Html Css Color HEX #016EDD Navy Blue

📋 copy color: '#016EDD'

red 1 ◦ green 110 ◦ blue 221

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

Shades of Navy Blue #016EDD

Tints of Navy Blue #016EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.13%

 BLUE value IS 221 (86.72% from 255) = 66.57%

R = 0.3%
G = 33.13%
B = 66.57%

CMYK

 C value IS 1.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#016EDD (or 0x016EDD) is known color: Navy Blue. HEX triplet: 01, 6E and DD. RGB value is (1,110,221). Sum of RGB (Red+Green+Blue) = 1+110+221=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #016EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016EDD is #FE9122. Grayscale: #595959. Windows color (decimal): -16683299 or 14511617. OLE color: 14511617.

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

Color convert

RGB 1 110 221 -
CMYK 1.00 0.50 0 0.13
HSL 210.27º 0.99% 0.44% -
HSV(B) 210.27º 1% 0.87% -
XYZ 18.64 16.38 70.59 -
YUV 90.06 201.89 64.47 -
System Red Green Blue C M Y K H S L
Decimal 1 110 221 1.00 0.50 0 0.13 210.27 0.99 0.44
Hex 1 6E DD 64 32 0 D D2 63 2C
Octal 1 156 335 144 62 0 15 322 143 54
Binary 1 1101110 11011101 1100100 110010 0 1101 11010010 1100011 101100

Color Harmonies of #016EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016EDD

Black with #016EDD

Text Example


Text Example

White with #016EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,110,221); }

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

background-color css

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

 a { background-color: rgb(1,110,221); }

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

border-color css

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

 span { border-color: rgb(1,110,221); }

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