Html Css Color HEX #016DF5 Navy Blue

📋 copy color: '#016DF5'

red 1 ◦ green 109 ◦ blue 245

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

Shades of Navy Blue #016DF5

Tints of Navy Blue #016DF5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.7%

 BLUE value IS 245 (96.09% from 255) = 69.01%

R = 0.28%
G = 30.7%
B = 69.01%

CMYK

 C value IS 1.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#016DF5 (or 0x016DF5) is known color: Navy Blue. HEX triplet: 01, 6D and F5. RGB value is (1,109,245). Sum of RGB (Red+Green+Blue) = 1+109+245=355 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 245 (96.09% from 255 or 69.01% from 355); Max value from RGB is 245 - color contains mainly: blue. Hex color #016DF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016DF5 is #FE920A. Grayscale: #5B5B5B. Windows color (decimal): -16683531 or 16084225. OLE color: 16084225.

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

Color convert

RGB 1 109 245 -
CMYK 1.00 0.56 0 0.04
HSL 213.44º 0.99% 0.48% -
HSV(B) 213.44º 1% 0.96% -
XYZ 21.96 17.54 88.61 -
YUV 92.21 214.22 62.94 -
System Red Green Blue C M Y K H S L
Decimal 1 109 245 1.00 0.56 0 0.04 213.44 0.99 0.48
Hex 1 6D F5 64 38 0 4 D5 63 30
Octal 1 155 365 144 70 0 4 325 143 60
Binary 1 1101101 11110101 1100100 111000 0 100 11010101 1100011 110000

Color Harmonies of #016DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016DF5

Black with #016DF5

Text Example


Text Example

White with #016DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,109,245); }

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

background-color css

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

 a { background-color: rgb(1,109,245); }

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

border-color css

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

 span { border-color: rgb(1,109,245); }

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