Html Css Color HEX #017CD1 Navy Blue

📋 copy color: '#017CD1'

red 1 ◦ green 124 ◦ blue 209

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

Shades of Navy Blue #017CD1

Tints of Navy Blue #017CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 62.57%

R = 0.3%
G = 37.13%
B = 62.57%

CMYK

 C value IS 1.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#017CD1 (or 0x017CD1) is known color: Navy Blue. HEX triplet: 01, 7C and D1. RGB value is (1,124,209). Sum of RGB (Red+Green+Blue) = 1+124+209=334 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 209 (82.03% from 255 or 62.57% from 334); Max value from RGB is 209 - color contains mainly: blue. Hex color #017CD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017CD1 is #FE832E. Grayscale: #606060. Windows color (decimal): -16679727 or 13728769. OLE color: 13728769.

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

Color convert

RGB 1 124 209 -
CMYK 1.00 0.41 0 0.18
HSL 204.52º 0.99% 0.41% -
HSV(B) 204.52º 1% 0.82% -
XYZ 18.73 19.03 63.01 -
YUV 96.91 191.25 59.59 -
System Red Green Blue C M Y K H S L
Decimal 1 124 209 1.00 0.41 0 0.18 204.52 0.99 0.41
Hex 1 7C D1 64 29 0 12 CD 63 29
Octal 1 174 321 144 51 0 22 315 143 51
Binary 1 1111100 11010001 1100100 101001 0 10010 11001101 1100011 101001

Color Harmonies of #017CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017CD1

Black with #017CD1

Text Example


Text Example

White with #017CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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