Html Css Color HEX #016BF2 Navy Blue

📋 copy color: '#016BF2'

red 1 ◦ green 107 ◦ blue 242

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

Shades of Navy Blue #016BF2

Tints of Navy Blue #016BF2

RGB

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

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

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

R = 0.29%
G = 30.57%
B = 69.14%

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

#016BF2 (or 0x016BF2) is known color: Navy Blue. HEX triplet: 01, 6B and F2. RGB value is (1,107,242). Sum of RGB (Red+Green+Blue) = 1+107+242=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 242 (94.92% from 255 or 69.14% from 350); Max value from RGB is 242 - color contains mainly: blue. Hex color #016BF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016BF2 is #FE940D. Grayscale: #5A5A5A. Windows color (decimal): -16684046 or 15887105. OLE color: 15887105.

HSL color Cylindrical-coordinate representation of color #016BF2: hue angle of 213.61º 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 #016BF2 is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 107 242 -
CMYK 1.00 0.56 0 0.05
HSL 213.61º 0.99% 0.48% -
HSV(B) 213.61º 1% 0.95% -
XYZ 21.3 16.93 86.15 -
YUV 90.7 213.38 64.02 -
System Red Green Blue C M Y K H S L
Decimal 1 107 242 1.00 0.56 0 0.05 213.61 0.99 0.48
Hex 1 6B F2 64 38 0 5 D6 63 30
Octal 1 153 362 144 70 0 5 326 143 60
Binary 1 1101011 11110010 1100100 111000 0 101 11010110 1100011 110000

Color Harmonies of #016BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016BF2

Black with #016BF2

Text Example


Text Example

White with #016BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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