Html Css Color HEX #126FEC Navy Blue

📋 copy color: '#126FEC'

red 18 ◦ green 111 ◦ blue 236

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

Shades of Navy Blue #126FEC

Tints of Navy Blue #126FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.41%

 BLUE value IS 236 (92.58% from 255) = 64.66%

R = 4.93%
G = 30.41%
B = 64.66%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#126FEC (or 0x126FEC) is known color: Navy Blue. HEX triplet: 12, 6F and EC. RGB value is (18,111,236). Sum of RGB (Red+Green+Blue) = 18+111+236=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #126FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126FEC is #ED9013. Grayscale: #606060. Windows color (decimal): -15568916 or 15494930. OLE color: 15494930.

HSL color Cylindrical-coordinate representation of color #126FEC: hue angle of 214.4º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126FEC is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 111 236 -
CMYK 0.92 0.53 0 0.07
HSL 214.4º 0.86% 0.5% -
HSV(B) 214.4º 0.92% 0.93% -
XYZ 21.07 17.55 81.63 -
YUV 97.44 206.19 71.34 -
System Red Green Blue C M Y K H S L
Decimal 18 111 236 0.92 0.53 0 0.07 214.4 0.86 0.5
Hex 12 6F EC 5C 35 0 7 D6 56 32
Octal 22 157 354 134 65 0 7 326 126 62
Binary 10010 1101111 11101100 1011100 110101 0 111 11010110 1010110 110010

Color Harmonies of #126FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126FEC

Black with #126FEC

Text Example


Text Example

White with #126FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,111,236); }

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

background-color css

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

 a { background-color: rgb(18,111,236); }

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

border-color css

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

 span { border-color: rgb(18,111,236); }

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