Html Css Color HEX #017ED1 Navy Blue

📋 copy color: '#017ED1'

red 1 ◦ green 126 ◦ blue 209

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

Shades of Navy Blue #017ED1

Tints of Navy Blue #017ED1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.5%

 BLUE value IS 209 (82.03% from 255) = 62.2%

R = 0.3%
G = 37.5%
B = 62.2%

CMYK

 C value IS 1.00

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#017ED1 (or 0x017ED1) is known color: Navy Blue. HEX triplet: 01, 7E and D1. RGB value is (1,126,209). Sum of RGB (Red+Green+Blue) = 1+126+209=336 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 209 (82.03% from 255 or 62.20% from 336); Max value from RGB is 209 - color contains mainly: blue. Hex color #017ED1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017ED1 is #FE812E. Grayscale: #616161. Windows color (decimal): -16679215 or 13729281. OLE color: 13729281.

HSL color Cylindrical-coordinate representation of color #017ED1: hue angle of 203.94º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017ED1 is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 126 209 -
CMYK 1.00 0.40 0 0.18
HSL 203.94º 0.99% 0.41% -
HSV(B) 203.94º 1% 0.82% -
XYZ 18.98 19.53 63.09 -
YUV 98.09 190.59 58.75 -
System Red Green Blue C M Y K H S L
Decimal 1 126 209 1.00 0.40 0 0.18 203.94 0.99 0.41
Hex 1 7E D1 64 28 0 12 CC 63 29
Octal 1 176 321 144 50 0 22 314 143 51
Binary 1 1111110 11010001 1100100 101000 0 10010 11001100 1100011 101001

Color Harmonies of #017ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017ED1

Black with #017ED1

Text Example


Text Example

White with #017ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017ED1; }

 p { color: rgb(1,126,209); }

 H1.HeaderClassName
 {
   color: #017ED1;
 }
 .AnyTagClassName
 {
   color: #017ED1;
 }
</style>

background-color css

<style>
 a { background-color: #017ED1; }

 a { background-color: rgb(1,126,209); }

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

border-color css

<style>
 span { border-color: #017ED1; }

 span { border-color: rgb(1,126,209); }

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