Html Css Color HEX #017AD9 Navy Blue

📋 copy color: '#017AD9'

red 1 ◦ green 122 ◦ blue 217

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

Shades of Navy Blue #017AD9

Tints of Navy Blue #017AD9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.88%

 BLUE value IS 217 (85.16% from 255) = 63.82%

R = 0.29%
G = 35.88%
B = 63.82%

CMYK

 C value IS 1.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#017AD9 (or 0x017AD9) is known color: Navy Blue. HEX triplet: 01, 7A and D9. RGB value is (1,122,217). Sum of RGB (Red+Green+Blue) = 1+122+217=340 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 217 (85.16% from 255 or 63.82% from 340); Max value from RGB is 217 - color contains mainly: blue. Hex color #017AD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017AD9 is #FE8526. Grayscale: #606060. Windows color (decimal): -16680231 or 14252545. OLE color: 14252545.

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

Color convert

RGB 1 122 217 -
CMYK 1.00 0.44 0 0.15
HSL 206.39º 0.99% 0.43% -
HSV(B) 206.39º 1% 0.85% -
XYZ 19.5 18.94 68.27 -
YUV 96.65 195.91 59.78 -
System Red Green Blue C M Y K H S L
Decimal 1 122 217 1.00 0.44 0 0.15 206.39 0.99 0.43
Hex 1 7A D9 64 2C 0 F CE 63 2B
Octal 1 172 331 144 54 0 17 316 143 53
Binary 1 1111010 11011001 1100100 101100 0 1111 11001110 1100011 101011

Color Harmonies of #017AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017AD9

Black with #017AD9

Text Example


Text Example

White with #017AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,122,217); }

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

background-color css

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

 a { background-color: rgb(1,122,217); }

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

border-color css

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

 span { border-color: rgb(1,122,217); }

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