Html Css Color HEX #126DD9 Navy Blue

📋 copy color: '#126DD9'

red 18 ◦ green 109 ◦ blue 217

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

Shades of Navy Blue #126DD9

Tints of Navy Blue #126DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 63.08%

R = 5.23%
G = 31.69%
B = 63.08%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#126DD9 (or 0x126DD9) is known color: Navy Blue. HEX triplet: 12, 6D and D9. RGB value is (18,109,217). Sum of RGB (Red+Green+Blue) = 18+109+217=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 217 (85.16% from 255 or 63.08% from 344); Max value from RGB is 217 - color contains mainly: blue. Hex color #126DD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126DD9 is #ED9226. Grayscale: #5D5D5D. Windows color (decimal): -15569447 or 14249234. OLE color: 14249234.

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

Color convert

RGB 18 109 217 -
CMYK 0.92 0.50 0 0.15
HSL 212.56º 0.85% 0.46% -
HSV(B) 212.56º 0.92% 0.85% -
XYZ 18.24 16.08 67.79 -
YUV 94.1 197.35 73.72 -
System Red Green Blue C M Y K H S L
Decimal 18 109 217 0.92 0.50 0 0.15 212.56 0.85 0.46
Hex 12 6D D9 5C 32 0 F D5 55 2E
Octal 22 155 331 134 62 0 17 325 125 56
Binary 10010 1101101 11011001 1011100 110010 0 1111 11010101 1010101 101110

Color Harmonies of #126DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126DD9

Black with #126DD9

Text Example


Text Example

White with #126DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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