COLOR #133CF7

HEX: #133CF7
RGB: (19,60,247)

Color info

#133CF7 contains mainly blue color. Web safe color of #133CF7 is #0033FF (or #03F).

RGB color model

#133CF7 color RGB value is (19,60,247).

  • red value is 19;
  • green value is 60;
  • blue value is 247.
RGB:
(19,60,247)
(7%,24%,97%)

RGB channels and saturation

R 19 of 255 = 7%
G 60 of 255 = 24%
B 247 of 255 = 97%

19
60
247

R + G + B ~ 43%. #133CF7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
19 + 60 + 247 = 326 (100%)
R 19 of 326 ~ 5.83%
G 60 of 326 ~ 18.4%
B 247 of 326 ~ 75.77%

%18.4
%75.77

CMYK color model

#133CF7 color CMYK value is (92,76,0,3).

  • cyan value is 92.31%
  • magenta value is 75.71%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(92,76,0,3)
C92M76Y0K3 
(92%,76%,0%,3%)
(0.92/0.76/0.00/0.03)	

CMYK percentages

%92.31
%75.71
%0
%3.14

Codes

Color #133CF7 in popluar color models

133CF7
RGB1960247
HSL229°93.44%52.16%
HSB/HSV229°92.31%96.86%
CMYK92.31%75.71%0.00%
3.14%

Color #133CF7 in popluar number systems.

HEX133CF7
Decimal1960247
Binary1001111110011110111
Octal2374367

Shades and tints

Shades of #133CF7

#133CF7
(19,60,247)
#1237E1
(18,55,225)
#1132CB
(17,50,203)
#102DB5
(16,45,181)
#0F289F
(15,40,159)
#0E2389
(14,35,137)
#0D1E73
(13,30,115)
#0C195D
(12,25,93)
#0B1447
(11,20,71)
#0A0F31
(10,15,49)
#090A1B
(9,10,27)
#000000
(0,0,0)

Tints of #133CF7

#133CF7
(19,60,247)
#284DF7
(40,77,247)
#3D5EF7
(61,94,247)
#526FF7
(82,111,247)
#6780F7
(103,128,247)
#7C91F7
(124,145,247)
#91A2F7
(145,162,247)
#A6B3F7
(166,179,247)
#BBC4F7
(187,196,247)
#D0D5F7
(208,213,247)
#E5E6F7
(229,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133CF7 color. Also use rgb(19,60,247) instead hex code.

Text Font Color

.myTextColor { color: #133CF7; }

<p style="color:#133CF7">This sample text font color is #133CF7.</p>

This text font color is #133CF7.


Background Color

.myBgColor { background-color: #133CF7; }

<div style="background-color:#133CF7">Inner text</div>

This div background color is #133CF7.


Border color

.myBorderColor { border: 1px solid #133CF7; }

<div style="border:3px solid #133CF7">Div</div>

This div border color is #133CF7.


Opacity

.myOpacity80 { color: #133CF7; opacity: 0.8; }

<p style="color:#133CF7;opacity:0.8;">80%</p>

Text with #133CF7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #133CF7;}

<p style="text-shadow: 3px 3px 1px #133CF7">Text here.</p>

This text has shadow with #133CF7 color.

.textShadow {text-shadow: 3px 3px 1px #133CF7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #133CF7, 5px 5px 20px red">Text here.</p>

This text has shadow with #133CF7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#133CF7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#133CF7, Direction=45, Strength=4)">Text</p>

This text has shadow with #133CF7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #133CF7;
  -webkit-box-shadow:	1px 1px 3px 2px #133CF7;
  box-shadow:		1px 1px 3px 2px #133CF7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #133CF7;
-webkit-box-shadow: 1px 1px 3px 2px #133CF7;
box-shadow:1px 1px 3px 2px #133CF7;">
Div content here</div>
This div box has shadow with color #133CF7.

Preview

Color preview on black background

This text has color #133CF7 on black background.


Color preview on white background

This text has color #133CF7 on white background.



Black color preview on #133CF7 background

This text has black color on #133CF7 background.


White color preview on #133CF7 background

This text has white color on #133CF7 background.