Html Css Color HEX #016CB6 Navy Blue

📋 copy color: '#016CB6'

red 1 ◦ green 108 ◦ blue 182

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

Shades of Navy Blue #016CB6

Tints of Navy Blue #016CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 62.54%

R = 0.34%
G = 37.11%
B = 62.54%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#016CB6 (or 0x016CB6) is known color: Navy Blue. HEX triplet: 01, 6C and B6. RGB value is (1,108,182). Sum of RGB (Red+Green+Blue) = 1+108+182=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 182 (71.48% from 255 or 62.54% from 291); Max value from RGB is 182 - color contains mainly: blue. Hex color #016CB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016CB6 is #FE9349. Grayscale: #545454. Windows color (decimal): -16683850 or 11955201. OLE color: 11955201.

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

Color convert

RGB 1 108 182 -
CMYK 0.99 0.41 0 0.29
HSL 204.53º 0.99% 0.36% -
HSV(B) 204.53º 0.99% 0.71% -
XYZ 13.82 14.11 46.25 -
YUV 84.44 183.05 68.48 -
System Red Green Blue C M Y K H S L
Decimal 1 108 182 0.99 0.41 0 0.29 204.53 0.99 0.36
Hex 1 6C B6 63 29 0 1D CD 63 24
Octal 1 154 266 143 51 0 35 315 143 44
Binary 1 1101100 10110110 1100011 101001 0 11101 11001101 1100011 100100

Color Harmonies of #016CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CB6

Black with #016CB6

Text Example


Text Example

White with #016CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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