Html Css Color HEX #017CE1 Navy Blue

📋 copy color: '#017CE1'

red 1 ◦ green 124 ◦ blue 225

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

Shades of Navy Blue #017CE1

Tints of Navy Blue #017CE1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.43%

 BLUE value IS 225 (88.28% from 255) = 64.29%

R = 0.29%
G = 35.43%
B = 64.29%

CMYK

 C value IS 1.00

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#017CE1 (or 0x017CE1) is known color: Navy Blue. HEX triplet: 01, 7C and E1. RGB value is (1,124,225). Sum of RGB (Red+Green+Blue) = 1+124+225=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 225 (88.28% from 255 or 64.29% from 350); Max value from RGB is 225 - color contains mainly: blue. Hex color #017CE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017CE1 is #FE831E. Grayscale: #626262. Windows color (decimal): -16679711 or 14777345. OLE color: 14777345.

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

Color convert

RGB 1 124 225 -
CMYK 1.00 0.45 0 0.12
HSL 207.05º 0.99% 0.44% -
HSV(B) 207.05º 1% 0.88% -
XYZ 20.81 19.86 73.97 -
YUV 98.74 199.25 58.29 -
System Red Green Blue C M Y K H S L
Decimal 1 124 225 1.00 0.45 0 0.12 207.05 0.99 0.44
Hex 1 7C E1 64 2D 0 C CF 63 2C
Octal 1 174 341 144 55 0 14 317 143 54
Binary 1 1111100 11100001 1100100 101101 0 1100 11001111 1100011 101100

Color Harmonies of #017CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017CE1

Black with #017CE1

Text Example


Text Example

White with #017CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,124,225); }

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

background-color css

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

 a { background-color: rgb(1,124,225); }

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

border-color css

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

 span { border-color: rgb(1,124,225); }

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