Html Css Color HEX #017DDD Navy Blue

📋 copy color: '#017DDD'

red 1 ◦ green 125 ◦ blue 221

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

Shades of Navy Blue #017DDD

Tints of Navy Blue #017DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.02%

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

R = 0.29%
G = 36.02%
B = 63.69%

CMYK

 C value IS 1.00

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#017DDD (or 0x017DDD) is known color: Navy Blue. HEX triplet: 01, 7D and DD. RGB value is (1,125,221). Sum of RGB (Red+Green+Blue) = 1+125+221=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #017DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017DDD is #FE8222. Grayscale: #626262. Windows color (decimal): -16679459 or 14515457. OLE color: 14515457.

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

Color convert

RGB 1 125 221 -
CMYK 1.00 0.43 0 0.13
HSL 206.18º 0.99% 0.44% -
HSV(B) 206.18º 1% 0.87% -
XYZ 20.4 19.89 71.17 -
YUV 98.87 196.92 58.19 -
System Red Green Blue C M Y K H S L
Decimal 1 125 221 1.00 0.43 0 0.13 206.18 0.99 0.44
Hex 1 7D DD 64 2B 0 D CE 63 2C
Octal 1 175 335 144 53 0 15 316 143 54
Binary 1 1111101 11011101 1100100 101011 0 1101 11001110 1100011 101100

Color Harmonies of #017DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017DDD

Black with #017DDD

Text Example


Text Example

White with #017DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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