Html Css Color HEX #016FF4 Navy Blue

📋 copy color: '#016FF4'

red 1 ◦ green 111 ◦ blue 244

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

Shades of Navy Blue #016FF4

Tints of Navy Blue #016FF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 68.54%

R = 0.28%
G = 31.18%
B = 68.54%

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

#016FF4 (or 0x016FF4) is known color: Navy Blue. HEX triplet: 01, 6F and F4. RGB value is (1,111,244). Sum of RGB (Red+Green+Blue) = 1+111+244=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 244 (95.70% from 255 or 68.54% from 356); Max value from RGB is 244 - color contains mainly: blue. Hex color #016FF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016FF4 is #FE900B. Grayscale: #5C5C5C. Windows color (decimal): -16683020 or 16019201. OLE color: 16019201.

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

Color convert

RGB 1 111 244 -
CMYK 1.00 0.55 0 0.04
HSL 212.84º 0.99% 0.48% -
HSV(B) 212.84º 1% 0.96% -
XYZ 22.03 17.91 87.88 -
YUV 93.27 213.06 62.19 -
System Red Green Blue C M Y K H S L
Decimal 1 111 244 1.00 0.55 0 0.04 212.84 0.99 0.48
Hex 1 6F F4 64 37 0 4 D5 63 30
Octal 1 157 364 144 67 0 4 325 143 60
Binary 1 1101111 11110100 1100100 110111 0 100 11010101 1100011 110000

Color Harmonies of #016FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FF4

Black with #016FF4

Text Example


Text Example

White with #016FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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