Html Css Color HEX #016AC0 Navy Blue

📋 copy color: '#016AC0'

red 1 ◦ green 106 ◦ blue 192

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

Shades of Navy Blue #016AC0

Tints of Navy Blue #016AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 64.21%

R = 0.33%
G = 35.45%
B = 64.21%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#016AC0 (or 0x016AC0) is known color: Navy Blue. HEX triplet: 01, 6A and C0. RGB value is (1,106,192). Sum of RGB (Red+Green+Blue) = 1+106+192=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 192 (75.39% from 255 or 64.21% from 299); Max value from RGB is 192 - color contains mainly: blue. Hex color #016AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016AC0 is #FE953F. Grayscale: #535353. Windows color (decimal): -16684352 or 12610049. OLE color: 12610049.

HSL color Cylindrical-coordinate representation of color #016AC0: hue angle of 207.02º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016AC0 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 106 192 -
CMYK 0.99 0.45 0 0.25
HSL 207.02º 0.99% 0.38% -
HSV(B) 207.02º 0.99% 0.75% -
XYZ 14.68 14.12 51.82 -
YUV 84.41 188.71 68.51 -
System Red Green Blue C M Y K H S L
Decimal 1 106 192 0.99 0.45 0 0.25 207.02 0.99 0.38
Hex 1 6A C0 63 2D 0 19 CF 63 26
Octal 1 152 300 143 55 0 31 317 143 46
Binary 1 1101010 11000000 1100011 101101 0 11001 11001111 1100011 100110

Color Harmonies of #016AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016AC0

Black with #016AC0

Text Example


Text Example

White with #016AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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