Html Css Color HEX #016ABF Navy Blue

📋 copy color: '#016ABF'

red 1 ◦ green 106 ◦ blue 191

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

Shades of Navy Blue #016ABF

Tints of Navy Blue #016ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.09%

R = 0.34%
G = 35.57%
B = 64.09%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#016ABF (or 0x016ABF) is known color: Navy Blue. HEX triplet: 01, 6A and BF. RGB value is (1,106,191). Sum of RGB (Red+Green+Blue) = 1+106+191=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #016ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016ABF is #FE9540. Grayscale: #535353. Windows color (decimal): -16684353 or 12544513. OLE color: 12544513.

HSL color Cylindrical-coordinate representation of color #016ABF: hue angle of 206.84º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016ABF is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 106 191 -
CMYK 0.99 0.45 0 0.25
HSL 206.84º 0.99% 0.38% -
HSV(B) 206.84º 0.99% 0.75% -
XYZ 14.57 14.08 51.24 -
YUV 84.3 188.21 68.59 -
System Red Green Blue C M Y K H S L
Decimal 1 106 191 0.99 0.45 0 0.25 206.84 0.99 0.38
Hex 1 6A BF 63 2D 0 19 CF 63 26
Octal 1 152 277 143 55 0 31 317 143 46
Binary 1 1101010 10111111 1100011 101101 0 11001 11001111 1100011 100110

Color Harmonies of #016ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016ABF

Black with #016ABF

Text Example


Text Example

White with #016ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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