Html Css Color HEX #016FDE Navy Blue

📋 copy color: '#016FDE'

red 1 ◦ green 111 ◦ blue 222

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

Shades of Navy Blue #016FDE

Tints of Navy Blue #016FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.47%

R = 0.3%
G = 33.23%
B = 66.47%

CMYK

 C value IS 1.00

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#016FDE (or 0x016FDE) is known color: Navy Blue. HEX triplet: 01, 6F and DE. RGB value is (1,111,222). Sum of RGB (Red+Green+Blue) = 1+111+222=334 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 222 (87.11% from 255 or 66.47% from 334); Max value from RGB is 222 - color contains mainly: blue. Hex color #016FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016FDE is #FE9021. Grayscale: #5A5A5A. Windows color (decimal): -16683042 or 14577409. OLE color: 14577409.

HSL color Cylindrical-coordinate representation of color #016FDE: hue angle of 210.14º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016FDE is Cyan = 1.00, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 111 222 -
CMYK 1.00 0.5 0 0.13
HSL 210.14º 0.99% 0.44% -
HSV(B) 210.14º 1% 0.87% -
XYZ 18.88 16.65 71.33 -
YUV 90.76 202.06 63.97 -
System Red Green Blue C M Y K H S L
Decimal 1 111 222 1.00 0.5 0 0.13 210.14 0.99 0.44
Hex 1 6F DE 64 32 0 D D2 63 2C
Octal 1 157 336 144 62 0 15 322 143 54
Binary 1 1101111 11011110 1100100 110010 0 1101 11010010 1100011 101100

Color Harmonies of #016FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FDE

Black with #016FDE

Text Example


Text Example

White with #016FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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