Html Css Color HEX #017CD5 Navy Blue

📋 copy color: '#017CD5'

red 1 ◦ green 124 ◦ blue 213

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

Shades of Navy Blue #017CD5

Tints of Navy Blue #017CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 63.02%

R = 0.3%
G = 36.69%
B = 63.02%

CMYK

 C value IS 1.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#017CD5 (or 0x017CD5) is known color: Navy Blue. HEX triplet: 01, 7C and D5. RGB value is (1,124,213). Sum of RGB (Red+Green+Blue) = 1+124+213=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 213 (83.59% from 255 or 63.02% from 338); Max value from RGB is 213 - color contains mainly: blue. Hex color #017CD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017CD5 is #FE832A. Grayscale: #606060. Windows color (decimal): -16679723 or 13990913. OLE color: 13990913.

HSL color Cylindrical-coordinate representation of color #017CD5: hue angle of 205.19º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017CD5 is Cyan = 1.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 1 124 213 -
CMYK 1.00 0.42 0 0.16
HSL 205.19º 0.99% 0.42% -
HSV(B) 205.19º 1% 0.84% -
XYZ 19.23 19.23 65.65 -
YUV 97.37 193.25 59.26 -
System Red Green Blue C M Y K H S L
Decimal 1 124 213 1.00 0.42 0 0.16 205.19 0.99 0.42
Hex 1 7C D5 64 2A 0 10 CD 63 2A
Octal 1 174 325 144 52 0 20 315 143 52
Binary 1 1111100 11010101 1100100 101010 0 10000 11001101 1100011 101010

Color Harmonies of #017CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017CD5

Black with #017CD5

Text Example


Text Example

White with #017CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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