#035AE5

Color #035AE5 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #035AE5

Tints of Navy Blue #035AE5

Color information

#035AE5 (or 0x035AE5) is unknown color: approx Navy Blue. HEX triplet: 03, 5A and E5. RGB value is (3,90,229). Sum of RGB (Red+Green+Blue) = 3+90+229=322 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 229 (89.84% from 255 or 71.12% from 322); Max value from RGB is 229 - color contains mainly: blue. Hex color #035AE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035AE5 is #FCA51A. Grayscale: #4F4F4F. Windows color (decimal): -16557339 or 15030787. OLE color: 15030787.

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

Color convert

RGB390229-
CMYK0.990.6100.10
HSL216.9º97.41%45.49%-
HSV(B)216.9º98.69%89.8%-
XYZ17.8412.9975.7-
YUV79.83212.1873.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.93%
GREEN value IS 90 (35.55% from 255) = 27.95%
BLUE value IS 229 (89.84% from 255) = 71.12%
R=0.93%
G=27.95%
B=71.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal3902290.990.6100.10216.997.4145.49
Hex35AE5633D0Ad9612d
Octal31323451437501233114155
Binary11101101011100101110001111110101010110110011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,90,229); }

 H1.HeaderClassName
 {
   color: #035AE5;
 }
 .AnyTagClassName
 {
   color: #035AE5;
 }
</style>
background-color css

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

 a { background-color: rgb(3,90,229); }

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

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

 span { border-color: rgb(3,90,229); }

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