Html Css Color HEX #136FDE Navy Blue

📋 copy color: '#136FDE'

red 19 ◦ green 111 ◦ blue 222

#136FDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #136FDE

Tints of Navy Blue #136FDE

RGB

 RED value IS 19 (7.81% from 255) = 5.4%

 GREEN value IS 111 (43.75% from 255) = 31.53%

 BLUE value IS 222 (87.11% from 255) = 63.07%

R = 5.4%
G = 31.53%
B = 63.07%

CMYK

 C value IS 0.91

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#136FDE (or 0x136FDE) is known color: Navy Blue. HEX triplet: 13, 6F and DE. RGB value is (19,111,222). Sum of RGB (Red+Green+Blue) = 19+111+222=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #136FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136FDE is #EC9021. Grayscale: #5F5F5F. Windows color (decimal): -15503394 or 14577427. OLE color: 14577427.

HSL color Cylindrical-coordinate representation of color #136FDE: hue angle of 212.81º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136FDE is Cyan = 0.91, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 111 222 -
CMYK 0.91 0.5 0 0.13
HSL 212.81º 0.84% 0.47% -
HSV(B) 212.81º 0.91% 0.87% -
XYZ 19.14 16.78 71.34 -
YUV 96.15 199.02 72.97 -
System Red Green Blue C M Y K H S L
Decimal 19 111 222 0.91 0.5 0 0.13 212.81 0.84 0.47
Hex 13 6F DE 5B 32 0 D D5 54 2F
Octal 23 157 336 133 62 0 15 325 124 57
Binary 10011 1101111 11011110 1011011 110010 0 1101 11010101 1010100 101111

Color Harmonies of #136FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136FDE

Black with #136FDE

Text Example


Text Example

White with #136FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136FDE; }

 p { color: rgb(19,111,222); }

 H1.HeaderClassName
 {
   color: #136FDE;
 }
 .AnyTagClassName
 {
   color: #136FDE;
 }
</style>

background-color css

<style>
 a { background-color: #136FDE; }

 a { background-color: rgb(19,111,222); }

 div.DivClassName
 {
   background-color: #136FDE;
 }
 .BgClassName
 {
   background-color: #136FDE;
 }
</style>

border-color css

<style>
 span { border-color: #136FDE; }

 span { border-color: rgb(19,111,222); }

 td.TdClassName
 {
   border-color: #136FDE;
 }
 .TagClassName
 {
   border-color: #136FDE;
 }
</style>