Html Css Color HEX #016AB8 Navy Blue

📋 copy color: '#016AB8'

red 1 ◦ green 106 ◦ blue 184

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

Shades of Navy Blue #016AB8

Tints of Navy Blue #016AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 63.23%

R = 0.34%
G = 36.43%
B = 63.23%

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

#016AB8 (or 0x016AB8) is known color: Navy Blue. HEX triplet: 01, 6A and B8. RGB value is (1,106,184). Sum of RGB (Red+Green+Blue) = 1+106+184=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 184 (72.27% from 255 or 63.23% from 291); Max value from RGB is 184 - color contains mainly: blue. Hex color #016AB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016AB8 is #FE9547. Grayscale: #535353. Windows color (decimal): -16684360 or 12085761. OLE color: 12085761.

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

Color convert

RGB 1 106 184 -
CMYK 0.99 0.42 0 0.28
HSL 205.57º 0.99% 0.36% -
HSV(B) 205.57º 0.99% 0.72% -
XYZ 13.82 13.78 47.28 -
YUV 83.5 184.71 69.16 -
System Red Green Blue C M Y K H S L
Decimal 1 106 184 0.99 0.42 0 0.28 205.57 0.99 0.36
Hex 1 6A B8 63 2A 0 1C CE 63 24
Octal 1 152 270 143 52 0 34 316 143 44
Binary 1 1101010 10111000 1100011 101010 0 11100 11001110 1100011 100100

Color Harmonies of #016AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016AB8

Black with #016AB8

Text Example


Text Example

White with #016AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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