Html Css Color HEX #126ACE Navy Blue

📋 copy color: '#126ACE'

red 18 ◦ green 106 ◦ blue 206

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

Shades of Navy Blue #126ACE

Tints of Navy Blue #126ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.42%

R = 5.45%
G = 32.12%
B = 62.42%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#126ACE (or 0x126ACE) is known color: Navy Blue. HEX triplet: 12, 6A and CE. RGB value is (18,106,206). Sum of RGB (Red+Green+Blue) = 18+106+206=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #126ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126ACE is #ED9531. Grayscale: #5A5A5A. Windows color (decimal): -15570226 or 13527570. OLE color: 13527570.

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

Color convert

RGB 18 106 206 -
CMYK 0.91 0.49 0 0.19
HSL 211.91º 0.84% 0.44% -
HSV(B) 211.91º 0.91% 0.81% -
XYZ 16.54 14.89 60.4 -
YUV 91.09 192.85 75.87 -
System Red Green Blue C M Y K H S L
Decimal 18 106 206 0.91 0.49 0 0.19 211.91 0.84 0.44
Hex 12 6A CE 5B 31 0 13 D4 54 2C
Octal 22 152 316 133 61 0 23 324 124 54
Binary 10010 1101010 11001110 1011011 110001 0 10011 11010100 1010100 101100

Color Harmonies of #126ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126ACE

Black with #126ACE

Text Example


Text Example

White with #126ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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