Html Css Color HEX #136EDB Navy Blue

📋 copy color: '#136EDB'

red 19 ◦ green 110 ◦ blue 219

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

Shades of Navy Blue #136EDB

Tints of Navy Blue #136EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.93%

R = 5.46%
G = 31.61%
B = 62.93%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#136EDB (or 0x136EDB) is known color: Navy Blue. HEX triplet: 13, 6E and DB. RGB value is (19,110,219). Sum of RGB (Red+Green+Blue) = 19+110+219=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #136EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136EDB is #EC9124. Grayscale: #5E5E5E. Windows color (decimal): -15503653 or 14380563. OLE color: 14380563.

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

Color convert

RGB 19 110 219 -
CMYK 0.91 0.50 0 0.14
HSL 212.7º 0.84% 0.47% -
HSV(B) 212.7º 0.91% 0.86% -
XYZ 18.63 16.4 69.2 -
YUV 95.22 197.85 73.64 -
System Red Green Blue C M Y K H S L
Decimal 19 110 219 0.91 0.50 0 0.14 212.7 0.84 0.47
Hex 13 6E DB 5B 32 0 E D5 54 2F
Octal 23 156 333 133 62 0 16 325 124 57
Binary 10011 1101110 11011011 1011011 110010 0 1110 11010101 1010100 101111

Color Harmonies of #136EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136EDB

Black with #136EDB

Text Example


Text Example

White with #136EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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