Html Css Color HEX #016CB9 Navy Blue

📋 copy color: '#016CB9'

red 1 ◦ green 108 ◦ blue 185

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

Shades of Navy Blue #016CB9

Tints of Navy Blue #016CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 62.93%

R = 0.34%
G = 36.73%
B = 62.93%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#016CB9 (or 0x016CB9) is known color: Navy Blue. HEX triplet: 01, 6C and B9. RGB value is (1,108,185). Sum of RGB (Red+Green+Blue) = 1+108+185=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 185 (72.66% from 255 or 62.93% from 294); Max value from RGB is 185 - color contains mainly: blue. Hex color #016CB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016CB9 is #FE9346. Grayscale: #545454. Windows color (decimal): -16683847 or 12151809. OLE color: 12151809.

HSL color Cylindrical-coordinate representation of color #016CB9: hue angle of 205.11º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016CB9 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 108 185 -
CMYK 0.99 0.42 0 0.27
HSL 205.11º 0.99% 0.36% -
HSV(B) 205.11º 0.99% 0.73% -
XYZ 14.13 14.23 47.9 -
YUV 84.79 184.55 68.24 -
System Red Green Blue C M Y K H S L
Decimal 1 108 185 0.99 0.42 0 0.27 205.11 0.99 0.36
Hex 1 6C B9 63 2A 0 1B CD 63 24
Octal 1 154 271 143 52 0 33 315 143 44
Binary 1 1101100 10111001 1100011 101010 0 11011 11001101 1100011 100100

Color Harmonies of #016CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CB9

Black with #016CB9

Text Example


Text Example

White with #016CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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