Html Css Color HEX #016AF2 Navy Blue

📋 copy color: '#016AF2'

red 1 ◦ green 106 ◦ blue 242

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

Shades of Navy Blue #016AF2

Tints of Navy Blue #016AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 69.34%

R = 0.29%
G = 30.37%
B = 69.34%

CMYK

 C value IS 1.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#016AF2 (or 0x016AF2) is known color: Navy Blue. HEX triplet: 01, 6A and F2. RGB value is (1,106,242). Sum of RGB (Red+Green+Blue) = 1+106+242=349 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 242 (94.92% from 255 or 69.34% from 349); Max value from RGB is 242 - color contains mainly: blue. Hex color #016AF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016AF2 is #FE950D. Grayscale: #595959. Windows color (decimal): -16684302 or 15886849. OLE color: 15886849.

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

Color convert

RGB 1 106 242 -
CMYK 1.00 0.56 0 0.05
HSL 213.86º 0.99% 0.48% -
HSV(B) 213.86º 1% 0.95% -
XYZ 21.19 16.73 86.12 -
YUV 90.11 213.71 64.44 -
System Red Green Blue C M Y K H S L
Decimal 1 106 242 1.00 0.56 0 0.05 213.86 0.99 0.48
Hex 1 6A F2 64 38 0 5 D6 63 30
Octal 1 152 362 144 70 0 5 326 143 60
Binary 1 1101010 11110010 1100100 111000 0 101 11010110 1100011 110000

Color Harmonies of #016AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016AF2

Black with #016AF2

Text Example


Text Example

White with #016AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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