Html Css Color HEX #136ED8 Navy Blue

📋 copy color: '#136ED8'

red 19 ◦ green 110 ◦ blue 216

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

Shades of Navy Blue #136ED8

Tints of Navy Blue #136ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 62.61%

R = 5.51%
G = 31.88%
B = 62.61%

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

#136ED8 (or 0x136ED8) is known color: Navy Blue. HEX triplet: 13, 6E and D8. RGB value is (19,110,216). Sum of RGB (Red+Green+Blue) = 19+110+216=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 216 (84.77% from 255 or 62.61% from 345); Max value from RGB is 216 - color contains mainly: blue. Hex color #136ED8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136ED8 is #EC9127. Grayscale: #5E5E5E. Windows color (decimal): -15503656 or 14183955. OLE color: 14183955.

HSL color Cylindrical-coordinate representation of color #136ED8: hue angle of 212.28º 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 #136ED8 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 110 216 -
CMYK 0.91 0.49 0 0.15
HSL 212.28º 0.84% 0.46% -
HSV(B) 212.28º 0.91% 0.85% -
XYZ 18.24 16.25 67.14 -
YUV 94.88 196.35 73.88 -
System Red Green Blue C M Y K H S L
Decimal 19 110 216 0.91 0.49 0 0.15 212.28 0.84 0.46
Hex 13 6E D8 5B 31 0 F D4 54 2E
Octal 23 156 330 133 61 0 17 324 124 56
Binary 10011 1101110 11011000 1011011 110001 0 1111 11010100 1010100 101110

Color Harmonies of #136ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136ED8

Black with #136ED8

Text Example


Text Example

White with #136ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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