Html Css Color HEX #017CDD Navy Blue

📋 copy color: '#017CDD'

red 1 ◦ green 124 ◦ blue 221

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

Shades of Navy Blue #017CDD

Tints of Navy Blue #017CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.87%

R = 0.29%
G = 35.84%
B = 63.87%

CMYK

 C value IS 1.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#017CDD (or 0x017CDD) is known color: Navy Blue. HEX triplet: 01, 7C and DD. RGB value is (1,124,221). Sum of RGB (Red+Green+Blue) = 1+124+221=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #017CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017CDD is #FE8322. Grayscale: #616161. Windows color (decimal): -16679715 or 14515201. OLE color: 14515201.

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

Color convert

RGB 1 124 221 -
CMYK 1.00 0.44 0 0.13
HSL 206.45º 0.99% 0.44% -
HSV(B) 206.45º 1% 0.87% -
XYZ 20.27 19.64 71.13 -
YUV 98.28 197.25 58.61 -
System Red Green Blue C M Y K H S L
Decimal 1 124 221 1.00 0.44 0 0.13 206.45 0.99 0.44
Hex 1 7C DD 64 2C 0 D CE 63 2C
Octal 1 174 335 144 54 0 15 316 143 54
Binary 1 1111100 11011101 1100100 101100 0 1101 11001110 1100011 101100

Color Harmonies of #017CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017CDD

Black with #017CDD

Text Example


Text Example

White with #017CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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