Html Css Color HEX #017EC9 Navy Blue

📋 copy color: '#017EC9'

red 1 ◦ green 126 ◦ blue 201

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

Shades of Navy Blue #017EC9

Tints of Navy Blue #017EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 61.28%

R = 0.3%
G = 38.41%
B = 61.28%

CMYK

 C value IS 1.00

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#017EC9 (or 0x017EC9) is known color: Navy Blue. HEX triplet: 01, 7E and C9. RGB value is (1,126,201). Sum of RGB (Red+Green+Blue) = 1+126+201=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 201 (78.91% from 255 or 61.28% from 328); Max value from RGB is 201 - color contains mainly: blue. Hex color #017EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017EC9 is #FE8136. Grayscale: #606060. Windows color (decimal): -16679223 or 13204993. OLE color: 13204993.

HSL color Cylindrical-coordinate representation of color #017EC9: hue angle of 202.5º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017EC9 is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 126 201 -
CMYK 1.00 0.37 0 0.21
HSL 202.5º 0.99% 0.4% -
HSV(B) 202.5º 1% 0.79% -
XYZ 18.02 19.15 58 -
YUV 97.18 186.59 59.4 -
System Red Green Blue C M Y K H S L
Decimal 1 126 201 1.00 0.37 0 0.21 202.5 0.99 0.4
Hex 1 7E C9 64 25 0 15 CA 63 28
Octal 1 176 311 144 45 0 25 312 143 50
Binary 1 1111110 11001001 1100100 100101 0 10101 11001010 1100011 101000

Color Harmonies of #017EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017EC9

Black with #017EC9

Text Example


Text Example

White with #017EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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