Html Css Color HEX #017ECB Navy Blue

📋 copy color: '#017ECB'

red 1 ◦ green 126 ◦ blue 203

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

Shades of Navy Blue #017ECB

Tints of Navy Blue #017ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.52%

R = 0.3%
G = 38.18%
B = 61.52%

CMYK

 C value IS 1.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#017ECB (or 0x017ECB) is known color: Navy Blue. HEX triplet: 01, 7E and CB. RGB value is (1,126,203). Sum of RGB (Red+Green+Blue) = 1+126+203=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #017ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017ECB is #FE8134. Grayscale: #606060. Windows color (decimal): -16679221 or 13336065. OLE color: 13336065.

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

Color convert

RGB 1 126 203 -
CMYK 1.00 0.38 0 0.20
HSL 202.87º 0.99% 0.4% -
HSV(B) 202.87º 1% 0.8% -
XYZ 18.25 19.24 59.25 -
YUV 97.4 187.59 59.24 -
System Red Green Blue C M Y K H S L
Decimal 1 126 203 1.00 0.38 0 0.20 202.87 0.99 0.4
Hex 1 7E CB 64 26 0 14 CB 63 28
Octal 1 176 313 144 46 0 24 313 143 50
Binary 1 1111110 11001011 1100100 100110 0 10100 11001011 1100011 101000

Color Harmonies of #017ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017ECB

Black with #017ECB

Text Example


Text Example

White with #017ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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