Html Css Color HEX #016EC9 Navy Blue

📋 copy color: '#016EC9'

red 1 ◦ green 110 ◦ blue 201

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

Shades of Navy Blue #016EC9

Tints of Navy Blue #016EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 64.42%

R = 0.32%
G = 35.26%
B = 64.42%

CMYK

 C value IS 1.00

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#016EC9 (or 0x016EC9) is known color: Navy Blue. HEX triplet: 01, 6E and C9. RGB value is (1,110,201). Sum of RGB (Red+Green+Blue) = 1+110+201=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 201 (78.91% from 255 or 64.42% from 312); Max value from RGB is 201 - color contains mainly: blue. Hex color #016EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016EC9 is #FE9136. Grayscale: #575757. Windows color (decimal): -16683319 or 13200897. OLE color: 13200897.

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

Color convert

RGB 1 110 201 -
CMYK 1.00 0.45 0 0.21
HSL 207.3º 0.99% 0.4% -
HSV(B) 207.3º 1% 0.79% -
XYZ 16.13 15.38 57.38 -
YUV 87.78 191.89 66.1 -
System Red Green Blue C M Y K H S L
Decimal 1 110 201 1.00 0.45 0 0.21 207.3 0.99 0.4
Hex 1 6E C9 64 2D 0 15 CF 63 28
Octal 1 156 311 144 55 0 25 317 143 50
Binary 1 1101110 11001001 1100100 101101 0 10101 11001111 1100011 101000

Color Harmonies of #016EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016EC9

Black with #016EC9

Text Example


Text Example

White with #016EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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