Html Css Color HEX #016CB8 Navy Blue

📋 copy color: '#016CB8'

red 1 ◦ green 108 ◦ blue 184

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

Shades of Navy Blue #016CB8

Tints of Navy Blue #016CB8

RGB

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

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

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

R = 0.34%
G = 36.86%
B = 62.8%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#016CB8 (or 0x016CB8) is known color: Navy Blue. HEX triplet: 01, 6C and B8. RGB value is (1,108,184). Sum of RGB (Red+Green+Blue) = 1+108+184=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 184 (72.27% from 255 or 62.80% from 293); Max value from RGB is 184 - color contains mainly: blue. Hex color #016CB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016CB8 is #FE9347. Grayscale: #545454. Windows color (decimal): -16683848 or 12086273. OLE color: 12086273.

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

Color convert

RGB 1 108 184 -
CMYK 0.99 0.41 0 0.28
HSL 204.92º 0.99% 0.36% -
HSV(B) 204.92º 0.99% 0.72% -
XYZ 14.03 14.19 47.35 -
YUV 84.67 184.05 68.32 -
System Red Green Blue C M Y K H S L
Decimal 1 108 184 0.99 0.41 0 0.28 204.92 0.99 0.36
Hex 1 6C B8 63 29 0 1C CD 63 24
Octal 1 154 270 143 51 0 34 315 143 44
Binary 1 1101100 10111000 1100011 101001 0 11100 11001101 1100011 100100

Color Harmonies of #016CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CB8

Black with #016CB8

Text Example


Text Example

White with #016CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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