Html Css Color HEX #016AB9 Navy Blue

📋 copy color: '#016AB9'

red 1 ◦ green 106 ◦ blue 185

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

Shades of Navy Blue #016AB9

Tints of Navy Blue #016AB9

RGB

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

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

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

R = 0.34%
G = 36.3%
B = 63.36%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#016AB9 (or 0x016AB9) is known color: Navy Blue. HEX triplet: 01, 6A and B9. RGB value is (1,106,185). Sum of RGB (Red+Green+Blue) = 1+106+185=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 185 (72.66% from 255 or 63.36% from 292); Max value from RGB is 185 - color contains mainly: blue. Hex color #016AB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016AB9 is #FE9546. Grayscale: #535353. Windows color (decimal): -16684359 or 12151297. OLE color: 12151297.

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

Color convert

RGB 1 106 185 -
CMYK 0.99 0.43 0 0.27
HSL 205.76º 0.99% 0.36% -
HSV(B) 205.76º 0.99% 0.73% -
XYZ 13.92 13.82 47.83 -
YUV 83.61 185.21 69.08 -
System Red Green Blue C M Y K H S L
Decimal 1 106 185 0.99 0.43 0 0.27 205.76 0.99 0.36
Hex 1 6A B9 63 2B 0 1B CE 63 24
Octal 1 152 271 143 53 0 33 316 143 44
Binary 1 1101010 10111001 1100011 101011 0 11011 11001110 1100011 100100

Color Harmonies of #016AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016AB9

Black with #016AB9

Text Example


Text Example

White with #016AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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