Html Css Color HEX #016FB9 Navy Blue

📋 copy color: '#016FB9'

red 1 ◦ green 111 ◦ blue 185

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

Shades of Navy Blue #016FB9

Tints of Navy Blue #016FB9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.37%

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

R = 0.34%
G = 37.37%
B = 62.29%

CMYK

 C value IS 0.99

 M value IS 0.4

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#016FB9 (or 0x016FB9) is known color: Navy Blue. HEX triplet: 01, 6F and B9. RGB value is (1,111,185). Sum of RGB (Red+Green+Blue) = 1+111+185=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 185 (72.66% from 255 or 62.29% from 297); Max value from RGB is 185 - color contains mainly: blue. Hex color #016FB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016FB9 is #FE9046. Grayscale: #565656. Windows color (decimal): -16683079 or 12152577. OLE color: 12152577.

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

Color convert

RGB 1 111 185 -
CMYK 0.99 0.4 0 0.27
HSL 204.13º 0.99% 0.36% -
HSV(B) 204.13º 0.99% 0.73% -
XYZ 14.45 14.88 48.01 -
YUV 86.55 183.56 66.98 -
System Red Green Blue C M Y K H S L
Decimal 1 111 185 0.99 0.4 0 0.27 204.13 0.99 0.36
Hex 1 6F B9 63 28 0 1B CC 63 24
Octal 1 157 271 143 50 0 33 314 143 44
Binary 1 1101111 10111001 1100011 101000 0 11011 11001100 1100011 100100

Color Harmonies of #016FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FB9

Black with #016FB9

Text Example


Text Example

White with #016FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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