Html Css Color HEX #017EDD Navy Blue

📋 copy color: '#017EDD'

red 1 ◦ green 126 ◦ blue 221

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

Shades of Navy Blue #017EDD

Tints of Navy Blue #017EDD

RGB

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

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

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

R = 0.29%
G = 36.21%
B = 63.51%

CMYK

 C value IS 1.00

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#017EDD (or 0x017EDD) is known color: Navy Blue. HEX triplet: 01, 7E and DD. RGB value is (1,126,221). Sum of RGB (Red+Green+Blue) = 1+126+221=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #017EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017EDD is #FE8122. Grayscale: #626262. Windows color (decimal): -16679203 or 14515713. OLE color: 14515713.

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

Color convert

RGB 1 126 221 -
CMYK 1.00 0.43 0 0.13
HSL 205.91º 0.99% 0.44% -
HSV(B) 205.91º 1% 0.87% -
XYZ 20.52 20.15 71.21 -
YUV 99.46 196.59 57.78 -
System Red Green Blue C M Y K H S L
Decimal 1 126 221 1.00 0.43 0 0.13 205.91 0.99 0.44
Hex 1 7E DD 64 2B 0 D CE 63 2C
Octal 1 176 335 144 53 0 15 316 143 54
Binary 1 1111110 11011101 1100100 101011 0 1101 11001110 1100011 101100

Color Harmonies of #017EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017EDD

Black with #017EDD

Text Example


Text Example

White with #017EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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