Html Css Color HEX #016AF0 Navy Blue

📋 copy color: '#016AF0'

red 1 ◦ green 106 ◦ blue 240

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

Shades of Navy Blue #016AF0

Tints of Navy Blue #016AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 69.16%

R = 0.29%
G = 30.55%
B = 69.16%

CMYK

 C value IS 1.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#016AF0 (or 0x016AF0) is known color: Navy Blue. HEX triplet: 01, 6A and F0. RGB value is (1,106,240). Sum of RGB (Red+Green+Blue) = 1+106+240=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 240 (94.14% from 255 or 69.16% from 347); Max value from RGB is 240 - color contains mainly: blue. Hex color #016AF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016AF0 is #FE950F. Grayscale: #595959. Windows color (decimal): -16684304 or 15755777. OLE color: 15755777.

HSL color Cylindrical-coordinate representation of color #016AF0: hue angle of 213.64º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016AF0 is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 106 240 -
CMYK 1.00 0.56 0 0.06
HSL 213.64º 0.99% 0.47% -
HSV(B) 213.64º 1% 0.94% -
XYZ 20.89 16.61 84.54 -
YUV 89.88 212.71 64.6 -
System Red Green Blue C M Y K H S L
Decimal 1 106 240 1.00 0.56 0 0.06 213.64 0.99 0.47
Hex 1 6A F0 64 38 0 6 D6 63 2F
Octal 1 152 360 144 70 0 6 326 143 57
Binary 1 1101010 11110000 1100100 111000 0 110 11010110 1100011 101111

Color Harmonies of #016AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016AF0

Black with #016AF0

Text Example


Text Example

White with #016AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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