Html Css Color HEX #016FF5 Navy Blue

📋 copy color: '#016FF5'

red 1 ◦ green 111 ◦ blue 245

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

Shades of Navy Blue #016FF5

Tints of Navy Blue #016FF5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.09%

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

R = 0.28%
G = 31.09%
B = 68.63%

CMYK

 C value IS 1.00

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#016FF5 (or 0x016FF5) is known color: Navy Blue. HEX triplet: 01, 6F and F5. RGB value is (1,111,245). Sum of RGB (Red+Green+Blue) = 1+111+245=357 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 245 (96.09% from 255 or 68.63% from 357); Max value from RGB is 245 - color contains mainly: blue. Hex color #016FF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016FF5 is #FE900A. Grayscale: #5C5C5C. Windows color (decimal): -16683019 or 16084737. OLE color: 16084737.

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

Color convert

RGB 1 111 245 -
CMYK 1.00 0.55 0 0.04
HSL 212.95º 0.99% 0.48% -
HSV(B) 212.95º 1% 0.96% -
XYZ 22.18 17.97 88.69 -
YUV 93.39 213.56 62.1 -
System Red Green Blue C M Y K H S L
Decimal 1 111 245 1.00 0.55 0 0.04 212.95 0.99 0.48
Hex 1 6F F5 64 37 0 4 D5 63 30
Octal 1 157 365 144 67 0 4 325 143 60
Binary 1 1101111 11110101 1100100 110111 0 100 11010101 1100011 110000

Color Harmonies of #016FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FF5

Black with #016FF5

Text Example


Text Example

White with #016FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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