Html Css Color HEX #016CC0 Navy Blue

📋 copy color: '#016CC0'

red 1 ◦ green 108 ◦ blue 192

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

Shades of Navy Blue #016CC0

Tints of Navy Blue #016CC0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.88%

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

R = 0.33%
G = 35.88%
B = 63.79%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#016CC0 (or 0x016CC0) is known color: Navy Blue. HEX triplet: 01, 6C and C0. RGB value is (1,108,192). Sum of RGB (Red+Green+Blue) = 1+108+192=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 192 (75.39% from 255 or 63.79% from 301); Max value from RGB is 192 - color contains mainly: blue. Hex color #016CC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016CC0 is #FE933F. Grayscale: #555555. Windows color (decimal): -16683840 or 12610561. OLE color: 12610561.

HSL color Cylindrical-coordinate representation of color #016CC0: hue angle of 206.39º 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 #016CC0 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 108 192 -
CMYK 0.99 0.44 0 0.25
HSL 206.39º 0.99% 0.38% -
HSV(B) 206.39º 0.99% 0.75% -
XYZ 14.89 14.54 51.89 -
YUV 85.58 188.05 67.67 -
System Red Green Blue C M Y K H S L
Decimal 1 108 192 0.99 0.44 0 0.25 206.39 0.99 0.38
Hex 1 6C C0 63 2C 0 19 CE 63 26
Octal 1 154 300 143 54 0 31 316 143 46
Binary 1 1101100 11000000 1100011 101100 0 11001 11001110 1100011 100110

Color Harmonies of #016CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CC0

Black with #016CC0

Text Example


Text Example

White with #016CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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