Html Css Color HEX #017ECC Navy Blue

📋 copy color: '#017ECC'

red 1 ◦ green 126 ◦ blue 204

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

Shades of Navy Blue #017ECC

Tints of Navy Blue #017ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.63%

R = 0.3%
G = 38.07%
B = 61.63%

CMYK

 C value IS 1.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#017ECC (or 0x017ECC) is known color: Navy Blue. HEX triplet: 01, 7E and CC. RGB value is (1,126,204). Sum of RGB (Red+Green+Blue) = 1+126+204=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #017ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017ECC is #FE8133. Grayscale: #616161. Windows color (decimal): -16679220 or 13401601. OLE color: 13401601.

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

Color convert

RGB 1 126 204 -
CMYK 1.00 0.38 0 0.2
HSL 203.05º 0.99% 0.4% -
HSV(B) 203.05º 1% 0.8% -
XYZ 18.37 19.29 59.88 -
YUV 97.52 188.09 59.16 -
System Red Green Blue C M Y K H S L
Decimal 1 126 204 1.00 0.38 0 0.2 203.05 0.99 0.4
Hex 1 7E CC 64 26 0 14 CB 63 28
Octal 1 176 314 144 46 0 24 313 143 50
Binary 1 1111110 11001100 1100100 100110 0 10100 11001011 1100011 101000

Color Harmonies of #017ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017ECC

Black with #017ECC

Text Example


Text Example

White with #017ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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