#011E73

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

Shades of Sapphire #011E73

Tints of Sapphire #011E73

Color information

#011E73 (or 0x011E73) is unknown color: approx Sapphire. HEX triplet: 01, 1E and 73. RGB value is (1,30,115). Sum of RGB (Red+Green+Blue) = 1+30+115=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 115 (45.31% from 255 or 78.77% from 146); Max value from RGB is 115 - color contains mainly: blue. Hex color #011E73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E73 is #FEE18C. Grayscale: #1E1E1E. Windows color (decimal): -16703885 or 7544321. OLE color: 7544321.

HSL color Cylindrical-coordinate representation of color #011E73: hue angle of 224.74º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E73 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB130115-
CMYK0.990.7400.55
HSL224.74º98.28%22.75%-
HSV(B)224.74º99.13%45.1%-
XYZ3.572.1716.45-
YUV31.02175.39106.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 30 (12.11% from 255) = 20.55%
BLUE value IS 115 (45.31% from 255) = 78.77%
R=0.68%
G=20.55%
B=78.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1301150.990.7400.55224.7498.2822.75
Hex11E73634A037e16217
Octal13616314311206734114227
Binary111110111001111000111001010011011111100001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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