Html Css Color HEX #136DE8 Navy Blue

📋 copy color: '#136DE8'

red 19 ◦ green 109 ◦ blue 232

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

Shades of Navy Blue #136DE8

Tints of Navy Blue #136DE8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.28%

 BLUE value IS 232 (91.02% from 255) = 64.44%

R = 5.28%
G = 30.28%
B = 64.44%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#136DE8 (or 0x136DE8) is known color: Navy Blue. HEX triplet: 13, 6D and E8. RGB value is (19,109,232). Sum of RGB (Red+Green+Blue) = 19+109+232=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 232 (91.02% from 255 or 64.44% from 360); Max value from RGB is 232 - color contains mainly: blue. Hex color #136DE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136DE8 is #EC9217. Grayscale: #5F5F5F. Windows color (decimal): -15503896 or 15232275. OLE color: 15232275.

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

Color convert

RGB 19 109 232 -
CMYK 0.92 0.53 0 0.09
HSL 214.65º 0.85% 0.49% -
HSV(B) 214.65º 0.92% 0.91% -
XYZ 20.3 16.9 78.54 -
YUV 96.11 204.68 73 -
System Red Green Blue C M Y K H S L
Decimal 19 109 232 0.92 0.53 0 0.09 214.65 0.85 0.49
Hex 13 6D E8 5C 35 0 9 D7 55 31
Octal 23 155 350 134 65 0 11 327 125 61
Binary 10011 1101101 11101000 1011100 110101 0 1001 11010111 1010101 110001

Color Harmonies of #136DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136DE8

Black with #136DE8

Text Example


Text Example

White with #136DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,109,232); }

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

background-color css

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

 a { background-color: rgb(19,109,232); }

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

border-color css

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

 span { border-color: rgb(19,109,232); }

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