Html Css Color HEX #016AC9 Navy Blue

📋 copy color: '#016AC9'

red 1 ◦ green 106 ◦ blue 201

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

Shades of Navy Blue #016AC9

Tints of Navy Blue #016AC9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.42%

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

R = 0.32%
G = 34.42%
B = 65.26%

CMYK

 C value IS 1.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#016AC9 (or 0x016AC9) is known color: Navy Blue. HEX triplet: 01, 6A and C9. RGB value is (1,106,201). Sum of RGB (Red+Green+Blue) = 1+106+201=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 201 (78.91% from 255 or 65.26% from 308); Max value from RGB is 201 - color contains mainly: blue. Hex color #016AC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016AC9 is #FE9536. Grayscale: #545454. Windows color (decimal): -16684343 or 13199873. OLE color: 13199873.

HSL color Cylindrical-coordinate representation of color #016AC9: hue angle of 208.5º 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 #016AC9 is Cyan = 1.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 106 201 -
CMYK 1.00 0.47 0 0.21
HSL 208.5º 0.99% 0.4% -
HSV(B) 208.5º 1% 0.79% -
XYZ 15.71 14.53 57.24 -
YUV 85.44 193.21 67.78 -
System Red Green Blue C M Y K H S L
Decimal 1 106 201 1.00 0.47 0 0.21 208.5 0.99 0.4
Hex 1 6A C9 64 2F 0 15 D0 63 28
Octal 1 152 311 144 57 0 25 320 143 50
Binary 1 1101010 11001001 1100100 101111 0 10101 11010000 1100011 101000

Color Harmonies of #016AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016AC9

Black with #016AC9

Text Example


Text Example

White with #016AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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