Html Css Color HEX #016AB7 Navy Blue

📋 copy color: '#016AB7'

red 1 ◦ green 106 ◦ blue 183

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

Shades of Navy Blue #016AB7

Tints of Navy Blue #016AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 63.1%

R = 0.34%
G = 36.55%
B = 63.1%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#016AB7 (or 0x016AB7) is known color: Navy Blue. HEX triplet: 01, 6A and B7. RGB value is (1,106,183). Sum of RGB (Red+Green+Blue) = 1+106+183=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 183 (71.88% from 255 or 63.10% from 290); Max value from RGB is 183 - color contains mainly: blue. Hex color #016AB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016AB7 is #FE9548. Grayscale: #525252. Windows color (decimal): -16684361 or 12020225. OLE color: 12020225.

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

Color convert

RGB 1 106 183 -
CMYK 0.99 0.42 0 0.28
HSL 205.38º 0.99% 0.36% -
HSV(B) 205.38º 0.99% 0.72% -
XYZ 13.71 13.73 46.73 -
YUV 83.38 184.21 69.24 -
System Red Green Blue C M Y K H S L
Decimal 1 106 183 0.99 0.42 0 0.28 205.38 0.99 0.36
Hex 1 6A B7 63 2A 0 1C CD 63 24
Octal 1 152 267 143 52 0 34 315 143 44
Binary 1 1101010 10110111 1100011 101010 0 11100 11001101 1100011 100100

Color Harmonies of #016AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016AB7

Black with #016AB7

Text Example


Text Example

White with #016AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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