#015AEE

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

Shades of Navy Blue #015AEE

Tints of Navy Blue #015AEE

Color information

#015AEE (or 0x015AEE) is unknown color: approx Navy Blue. HEX triplet: 01, 5A and EE. RGB value is (1,90,238). Sum of RGB (Red+Green+Blue) = 1+90+238=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 238 (93.36% from 255 or 72.34% from 329); Max value from RGB is 238 - color contains mainly: blue. Hex color #015AEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015AEE is #FEA511. Grayscale: #4F4F4F. Windows color (decimal): -16688402 or 15620609. OLE color: 15620609.

HSL color Cylindrical-coordinate representation of color #015AEE: hue angle of 217.47º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015AEE is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190238-
CMYK1.000.6200.07
HSL217.47º99.16%46.86%-
HSV(B)217.47º99.58%93.33%-
XYZ19.113.4982.49-
YUV80.26217.0171.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 238 (93.36% from 255) = 72.34%
R=0.30%
G=27.36%
B=72.34%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902381.000.6200.07217.4799.1646.86
Hex15AEE643E07d9632f
Octal1132356144760733114357
Binary110110101110111011001001111100111110110011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015AEE; }

 p { color: rgb(1,90,238); }

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

<style>
 a { background-color: #015AEE; }

 a { background-color: rgb(1,90,238); }

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

<style>
 span { border-color: #015AEE; }

 span { border-color: rgb(1,90,238); }

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