Html Css Color HEX #016ECC Navy Blue

📋 copy color: '#016ECC'

red 1 ◦ green 110 ◦ blue 204

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

Shades of Navy Blue #016ECC

Tints of Navy Blue #016ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.76%

R = 0.32%
G = 34.92%
B = 64.76%

CMYK

 C value IS 1.00

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#016ECC (or 0x016ECC) is known color: Navy Blue. HEX triplet: 01, 6E and CC. RGB value is (1,110,204). Sum of RGB (Red+Green+Blue) = 1+110+204=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #016ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016ECC is #FE9133. Grayscale: #575757. Windows color (decimal): -16683316 or 13397505. OLE color: 13397505.

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

Color convert

RGB 1 110 204 -
CMYK 1.00 0.46 0 0.2
HSL 207.78º 0.99% 0.4% -
HSV(B) 207.78º 1% 0.8% -
XYZ 16.49 15.52 59.25 -
YUV 88.13 193.39 65.86 -
System Red Green Blue C M Y K H S L
Decimal 1 110 204 1.00 0.46 0 0.2 207.78 0.99 0.4
Hex 1 6E CC 64 2E 0 14 D0 63 28
Octal 1 156 314 144 56 0 24 320 143 50
Binary 1 1101110 11001100 1100100 101110 0 10100 11010000 1100011 101000

Color Harmonies of #016ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016ECC

Black with #016ECC

Text Example


Text Example

White with #016ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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