Html Css Color HEX #016EEC Navy Blue

📋 copy color: '#016EEC'

red 1 ◦ green 110 ◦ blue 236

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

Shades of Navy Blue #016EEC

Tints of Navy Blue #016EEC

RGB

 RED value IS 1 (0.78% from 255) = 0.29%

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

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

R = 0.29%
G = 31.7%
B = 68.01%

CMYK

 C value IS 1.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#016EEC (or 0x016EEC) is known color: Navy Blue. HEX triplet: 01, 6E and EC. RGB value is (1,110,236). Sum of RGB (Red+Green+Blue) = 1+110+236=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #016EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016EEC is #FE9113. Grayscale: #5B5B5B. Windows color (decimal): -16683284 or 15494657. OLE color: 15494657.

HSL color Cylindrical-coordinate representation of color #016EEC: hue angle of 212.17º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016EEC is Cyan = 1.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 110 236 -
CMYK 1.00 0.53 0 0.07
HSL 212.17º 0.99% 0.46% -
HSV(B) 212.17º 1% 0.93% -
XYZ 20.73 17.21 81.59 -
YUV 91.77 209.39 63.25 -
System Red Green Blue C M Y K H S L
Decimal 1 110 236 1.00 0.53 0 0.07 212.17 0.99 0.46
Hex 1 6E EC 64 35 0 7 D4 63 2E
Octal 1 156 354 144 65 0 7 324 143 56
Binary 1 1101110 11101100 1100100 110101 0 111 11010100 1100011 101110

Color Harmonies of #016EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016EEC

Black with #016EEC

Text Example


Text Example

White with #016EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016EEC; }

 p { color: rgb(1,110,236); }

 H1.HeaderClassName
 {
   color: #016EEC;
 }
 .AnyTagClassName
 {
   color: #016EEC;
 }
</style>

background-color css

<style>
 a { background-color: #016EEC; }

 a { background-color: rgb(1,110,236); }

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

border-color css

<style>
 span { border-color: #016EEC; }

 span { border-color: rgb(1,110,236); }

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