Html Css Color HEX #017AE5 Navy Blue

📋 copy color: '#017AE5'

red 1 ◦ green 122 ◦ blue 229

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

Shades of Navy Blue #017AE5

Tints of Navy Blue #017AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 65.06%

R = 0.28%
G = 34.66%
B = 65.06%

CMYK

 C value IS 1.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#017AE5 (or 0x017AE5) is known color: Navy Blue. HEX triplet: 01, 7A and E5. RGB value is (1,122,229). Sum of RGB (Red+Green+Blue) = 1+122+229=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 229 (89.84% from 255 or 65.06% from 352); Max value from RGB is 229 - color contains mainly: blue. Hex color #017AE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017AE5 is #FE851A. Grayscale: #616161. Windows color (decimal): -16680219 or 15038977. OLE color: 15038977.

HSL color Cylindrical-coordinate representation of color #017AE5: hue angle of 208.16º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017AE5 is Cyan = 1.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 1 122 229 -
CMYK 1.00 0.47 0 0.10
HSL 208.16º 0.99% 0.45% -
HSV(B) 208.16º 1% 0.9% -
XYZ 21.11 19.58 76.8 -
YUV 98.02 201.91 58.8 -
System Red Green Blue C M Y K H S L
Decimal 1 122 229 1.00 0.47 0 0.10 208.16 0.99 0.45
Hex 1 7A E5 64 2F 0 A D0 63 2D
Octal 1 172 345 144 57 0 12 320 143 55
Binary 1 1111010 11100101 1100100 101111 0 1010 11010000 1100011 101101

Color Harmonies of #017AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017AE5

Black with #017AE5

Text Example


Text Example

White with #017AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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