Html Css Color HEX #017ADE Navy Blue

📋 copy color: '#017ADE'

red 1 ◦ green 122 ◦ blue 222

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

Shades of Navy Blue #017ADE

Tints of Navy Blue #017ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.35%

R = 0.29%
G = 35.36%
B = 64.35%

CMYK

 C value IS 1.00

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#017ADE (or 0x017ADE) is known color: Navy Blue. HEX triplet: 01, 7A and DE. RGB value is (1,122,222). Sum of RGB (Red+Green+Blue) = 1+122+222=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 222 (87.11% from 255 or 64.35% from 345); Max value from RGB is 222 - color contains mainly: blue. Hex color #017ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017ADE is #FE8521. Grayscale: #606060. Windows color (decimal): -16680226 or 14580225. OLE color: 14580225.

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

Color convert

RGB 1 122 222 -
CMYK 1.00 0.45 0 0.13
HSL 207.15º 0.99% 0.44% -
HSV(B) 207.15º 1% 0.87% -
XYZ 20.16 19.2 71.75 -
YUV 97.22 198.41 59.37 -
System Red Green Blue C M Y K H S L
Decimal 1 122 222 1.00 0.45 0 0.13 207.15 0.99 0.44
Hex 1 7A DE 64 2D 0 D CF 63 2C
Octal 1 172 336 144 55 0 15 317 143 54
Binary 1 1111010 11011110 1100100 101101 0 1101 11001111 1100011 101100

Color Harmonies of #017ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017ADE

Black with #017ADE

Text Example


Text Example

White with #017ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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