Html Css Color HEX #017EE0 Navy Blue

📋 copy color: '#017EE0'

red 1 ◦ green 126 ◦ blue 224

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

Shades of Navy Blue #017EE0

Tints of Navy Blue #017EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 63.82%

R = 0.28%
G = 35.9%
B = 63.82%

CMYK

 C value IS 1.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#017EE0 (or 0x017EE0) is known color: Navy Blue. HEX triplet: 01, 7E and E0. RGB value is (1,126,224). Sum of RGB (Red+Green+Blue) = 1+126+224=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 224 (87.89% from 255 or 63.82% from 351); Max value from RGB is 224 - color contains mainly: blue. Hex color #017EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017EE0 is #FE811F. Grayscale: #636363. Windows color (decimal): -16679200 or 14712321. OLE color: 14712321.

HSL color Cylindrical-coordinate representation of color #017EE0: hue angle of 206.37º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017EE0 is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 1 126 224 -
CMYK 1.00 0.44 0 0.12
HSL 206.37º 0.99% 0.44% -
HSV(B) 206.37º 1% 0.88% -
XYZ 20.93 20.31 73.34 -
YUV 99.8 198.09 57.53 -
System Red Green Blue C M Y K H S L
Decimal 1 126 224 1.00 0.44 0 0.12 206.37 0.99 0.44
Hex 1 7E E0 64 2C 0 C CE 63 2C
Octal 1 176 340 144 54 0 14 316 143 54
Binary 1 1111110 11100000 1100100 101100 0 1100 11001110 1100011 101100

Color Harmonies of #017EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017EE0

Black with #017EE0

Text Example


Text Example

White with #017EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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