Html Css Color HEX #017CDC Navy Blue

📋 copy color: '#017CDC'

red 1 ◦ green 124 ◦ blue 220

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

Shades of Navy Blue #017CDC

Tints of Navy Blue #017CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.77%

R = 0.29%
G = 35.94%
B = 63.77%

CMYK

 C value IS 1.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#017CDC (or 0x017CDC) is known color: Navy Blue. HEX triplet: 01, 7C and DC. RGB value is (1,124,220). Sum of RGB (Red+Green+Blue) = 1+124+220=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #017CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017CDC is #FE8323. Grayscale: #616161. Windows color (decimal): -16679716 or 14449665. OLE color: 14449665.

HSL color Cylindrical-coordinate representation of color #017CDC: hue angle of 206.3º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017CDC is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 124 220 -
CMYK 1.00 0.44 0 0.14
HSL 206.3º 0.99% 0.43% -
HSV(B) 206.3º 1% 0.86% -
XYZ 20.14 19.59 70.43 -
YUV 98.17 196.75 58.69 -
System Red Green Blue C M Y K H S L
Decimal 1 124 220 1.00 0.44 0 0.14 206.3 0.99 0.43
Hex 1 7C DC 64 2C 0 E CE 63 2B
Octal 1 174 334 144 54 0 16 316 143 53
Binary 1 1111100 11011100 1100100 101100 0 1110 11001110 1100011 101011

Color Harmonies of #017CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017CDC

Black with #017CDC

Text Example


Text Example

White with #017CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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