Html Css Color HEX #126DDB Navy Blue

📋 copy color: '#126DDB'

red 18 ◦ green 109 ◦ blue 219

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

Shades of Navy Blue #126DDB

Tints of Navy Blue #126DDB

RGB

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

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

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

R = 5.2%
G = 31.5%
B = 63.29%

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

#126DDB (or 0x126DDB) is known color: Navy Blue. HEX triplet: 12, 6D and DB. RGB value is (18,109,219). Sum of RGB (Red+Green+Blue) = 18+109+219=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #126DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126DDB is #ED9224. Grayscale: #5D5D5D. Windows color (decimal): -15569445 or 14380306. OLE color: 14380306.

HSL color Cylindrical-coordinate representation of color #126DDB: hue angle of 212.84º 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 #126DDB is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 109 219 -
CMYK 0.92 0.50 0 0.14
HSL 212.84º 0.85% 0.46% -
HSV(B) 212.84º 0.92% 0.86% -
XYZ 18.5 16.18 69.17 -
YUV 94.33 198.35 73.56 -
System Red Green Blue C M Y K H S L
Decimal 18 109 219 0.92 0.50 0 0.14 212.84 0.85 0.46
Hex 12 6D DB 5C 32 0 E D5 55 2E
Octal 22 155 333 134 62 0 16 325 125 56
Binary 10010 1101101 11011011 1011100 110010 0 1110 11010101 1010101 101110

Color Harmonies of #126DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126DDB

Black with #126DDB

Text Example


Text Example

White with #126DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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