Html Css Color HEX #017DE0 Navy Blue

📋 copy color: '#017DE0'

red 1 ◦ green 125 ◦ blue 224

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

Shades of Navy Blue #017DE0

Tints of Navy Blue #017DE0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.71%

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

R = 0.29%
G = 35.71%
B = 64%

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

#017DE0 (or 0x017DE0) is known color: Navy Blue. HEX triplet: 01, 7D and E0. RGB value is (1,125,224). Sum of RGB (Red+Green+Blue) = 1+125+224=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 224 (87.89% from 255 or 64% from 350); Max value from RGB is 224 - color contains mainly: blue. Hex color #017DE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017DE0 is #FE821F. Grayscale: #626262. Windows color (decimal): -16679456 or 14712065. OLE color: 14712065.

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

Color convert

RGB 1 125 224 -
CMYK 1.00 0.44 0 0.12
HSL 206.64º 0.99% 0.44% -
HSV(B) 206.64º 1% 0.88% -
XYZ 20.8 20.06 73.3 -
YUV 99.21 198.42 57.95 -
System Red Green Blue C M Y K H S L
Decimal 1 125 224 1.00 0.44 0 0.12 206.64 0.99 0.44
Hex 1 7D E0 64 2C 0 C CF 63 2C
Octal 1 175 340 144 54 0 14 317 143 54
Binary 1 1111101 11100000 1100100 101100 0 1100 11001111 1100011 101100

Color Harmonies of #017DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017DE0

Black with #017DE0

Text Example


Text Example

White with #017DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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