Html Css Color HEX #136ED9 Navy Blue

📋 copy color: '#136ED9'

red 19 ◦ green 110 ◦ blue 217

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

Shades of Navy Blue #136ED9

Tints of Navy Blue #136ED9

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.79%

 BLUE value IS 217 (85.16% from 255) = 62.72%

R = 5.49%
G = 31.79%
B = 62.72%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#136ED9 (or 0x136ED9) is known color: Navy Blue. HEX triplet: 13, 6E and D9. RGB value is (19,110,217). Sum of RGB (Red+Green+Blue) = 19+110+217=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 217 (85.16% from 255 or 62.72% from 346); Max value from RGB is 217 - color contains mainly: blue. Hex color #136ED9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136ED9 is #EC9126. Grayscale: #5E5E5E. Windows color (decimal): -15503655 or 14249491. OLE color: 14249491.

HSL color Cylindrical-coordinate representation of color #136ED9: hue angle of 212.42º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136ED9 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 110 217 -
CMYK 0.91 0.49 0 0.15
HSL 212.42º 0.84% 0.46% -
HSV(B) 212.42º 0.91% 0.85% -
XYZ 18.37 16.3 67.82 -
YUV 94.99 196.85 73.8 -
System Red Green Blue C M Y K H S L
Decimal 19 110 217 0.91 0.49 0 0.15 212.42 0.84 0.46
Hex 13 6E D9 5B 31 0 F D4 54 2E
Octal 23 156 331 133 61 0 17 324 124 56
Binary 10011 1101110 11011001 1011011 110001 0 1111 11010100 1010100 101110

Color Harmonies of #136ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136ED9

Black with #136ED9

Text Example


Text Example

White with #136ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,110,217); }

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

background-color css

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

 a { background-color: rgb(19,110,217); }

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

border-color css

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

 span { border-color: rgb(19,110,217); }

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