Html Css Color HEX #126ECE Navy Blue

📋 copy color: '#126ECE'

red 18 ◦ green 110 ◦ blue 206

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

Shades of Navy Blue #126ECE

Tints of Navy Blue #126ECE

RGB

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

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

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

R = 5.39%
G = 32.93%
B = 61.68%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#126ECE (or 0x126ECE) is known color: Navy Blue. HEX triplet: 12, 6E and CE. RGB value is (18,110,206). Sum of RGB (Red+Green+Blue) = 18+110+206=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #126ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126ECE is #ED9131. Grayscale: #5C5C5C. Windows color (decimal): -15569202 or 13528594. OLE color: 13528594.

HSL color Cylindrical-coordinate representation of color #126ECE: hue angle of 210.64º 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 #126ECE is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 110 206 -
CMYK 0.91 0.47 0 0.19
HSL 210.64º 0.84% 0.44% -
HSV(B) 210.64º 0.91% 0.81% -
XYZ 16.97 15.74 60.54 -
YUV 93.44 191.52 74.19 -
System Red Green Blue C M Y K H S L
Decimal 18 110 206 0.91 0.47 0 0.19 210.64 0.84 0.44
Hex 12 6E CE 5B 2F 0 13 D3 54 2C
Octal 22 156 316 133 57 0 23 323 124 54
Binary 10010 1101110 11001110 1011011 101111 0 10011 11010011 1010100 101100

Color Harmonies of #126ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126ECE

Black with #126ECE

Text Example


Text Example

White with #126ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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