#011E5A

Color #011E5A Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #011E5A

Tints of Sapphire #011E5A

Color information

#011E5A (or 0x011E5A) is unknown color: approx Sapphire. HEX triplet: 01, 1E and 5A. RGB value is (1,30,90). Sum of RGB (Red+Green+Blue) = 1+30+90=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 90 (35.55% from 255 or 74.38% from 121); Max value from RGB is 90 - color contains mainly: blue. Hex color #011E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E5A is #FEE1A5. Grayscale: #1B1B1B. Windows color (decimal): -16703910 or 5905921. OLE color: 5905921.

HSL color Cylindrical-coordinate representation of color #011E5A: hue angle of 220.45º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E5A is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB13090-
CMYK0.990.6700.65
HSL220.45º97.8%17.84%-
HSV(B)220.45º98.89%35.29%-
XYZ2.321.679.87-
YUV28.17162.89108.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 30 (12.11% from 255) = 24.79%
BLUE value IS 90 (35.55% from 255) = 74.38%
R=0.83%
G=24.79%
B=74.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal130900.990.6700.65220.4597.817.84
Hex11E5A6343041dc6212
Octal136132143103010133414222
Binary1111101011010110001110000110100000111011100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011E5A; }

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

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

<style>
 a { background-color: #011E5A; }

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

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

<style>
 span { border-color: #011E5A; }

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

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