Html Css Color HEX #126AD0 Navy Blue

📋 copy color: '#126AD0'

red 18 ◦ green 106 ◦ blue 208

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

Shades of Navy Blue #126AD0

Tints of Navy Blue #126AD0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.93%

 BLUE value IS 208 (81.64% from 255) = 62.65%

R = 5.42%
G = 31.93%
B = 62.65%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#126AD0 (or 0x126AD0) is known color: Navy Blue. HEX triplet: 12, 6A and D0. RGB value is (18,106,208). Sum of RGB (Red+Green+Blue) = 18+106+208=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 208 (81.64% from 255 or 62.65% from 332); Max value from RGB is 208 - color contains mainly: blue. Hex color #126AD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126AD0 is #ED952F. Grayscale: #5A5A5A. Windows color (decimal): -15570224 or 13658642. OLE color: 13658642.

HSL color Cylindrical-coordinate representation of color #126AD0: hue angle of 212.21º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #126AD0 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 106 208 -
CMYK 0.91 0.49 0 0.18
HSL 212.21º 0.84% 0.44% -
HSV(B) 212.21º 0.91% 0.82% -
XYZ 16.79 14.99 61.68 -
YUV 91.32 193.85 75.71 -
System Red Green Blue C M Y K H S L
Decimal 18 106 208 0.91 0.49 0 0.18 212.21 0.84 0.44
Hex 12 6A D0 5B 31 0 12 D4 54 2C
Octal 22 152 320 133 61 0 22 324 124 54
Binary 10010 1101010 11010000 1011011 110001 0 10010 11010100 1010100 101100

Color Harmonies of #126AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126AD0

Black with #126AD0

Text Example


Text Example

White with #126AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,106,208); }

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

background-color css

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

 a { background-color: rgb(18,106,208); }

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

border-color css

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

 span { border-color: rgb(18,106,208); }

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