Html Css Color HEX #016BB6 Navy Blue

📋 copy color: '#016BB6'

red 1 ◦ green 107 ◦ blue 182

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

Shades of Navy Blue #016BB6

Tints of Navy Blue #016BB6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.9%

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

R = 0.34%
G = 36.9%
B = 62.76%

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

#016BB6 (or 0x016BB6) is known color: Navy Blue. HEX triplet: 01, 6B and B6. RGB value is (1,107,182). Sum of RGB (Red+Green+Blue) = 1+107+182=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 182 (71.48% from 255 or 62.76% from 290); Max value from RGB is 182 - color contains mainly: blue. Hex color #016BB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016BB6 is #FE9449. Grayscale: #535353. Windows color (decimal): -16684106 or 11954945. OLE color: 11954945.

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

Color convert

RGB 1 107 182 -
CMYK 0.99 0.41 0 0.29
HSL 204.86º 0.99% 0.36% -
HSV(B) 204.86º 0.99% 0.71% -
XYZ 13.71 13.9 46.22 -
YUV 83.86 183.38 68.9 -
System Red Green Blue C M Y K H S L
Decimal 1 107 182 0.99 0.41 0 0.29 204.86 0.99 0.36
Hex 1 6B B6 63 29 0 1D CD 63 24
Octal 1 153 266 143 51 0 35 315 143 44
Binary 1 1101011 10110110 1100011 101001 0 11101 11001101 1100011 100100

Color Harmonies of #016BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016BB6

Black with #016BB6

Text Example


Text Example

White with #016BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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