Html Css Color HEX #126EDB Navy Blue

📋 copy color: '#126EDB'

red 18 ◦ green 110 ◦ blue 219

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

Shades of Navy Blue #126EDB

Tints of Navy Blue #126EDB

RGB

 RED value IS 18 (7.42% from 255) = 5.19%

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

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

R = 5.19%
G = 31.7%
B = 63.11%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#126EDB (or 0x126EDB) is known color: Navy Blue. HEX triplet: 12, 6E and DB. RGB value is (18,110,219). Sum of RGB (Red+Green+Blue) = 18+110+219=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #126EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126EDB is #ED9124. Grayscale: #5E5E5E. Windows color (decimal): -15569189 or 14380562. OLE color: 14380562.

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

Color convert

RGB 18 110 219 -
CMYK 0.92 0.50 0 0.14
HSL 212.54º 0.85% 0.46% -
HSV(B) 212.54º 0.92% 0.86% -
XYZ 18.61 16.39 69.2 -
YUV 94.92 198.02 73.14 -
System Red Green Blue C M Y K H S L
Decimal 18 110 219 0.92 0.50 0 0.14 212.54 0.85 0.46
Hex 12 6E DB 5C 32 0 E D5 55 2E
Octal 22 156 333 134 62 0 16 325 125 56
Binary 10010 1101110 11011011 1011100 110010 0 1110 11010101 1010101 101110

Color Harmonies of #126EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126EDB

Black with #126EDB

Text Example


Text Example

White with #126EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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