#011E72

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

Shades of Sapphire #011E72

Tints of Sapphire #011E72

Color information

#011E72 (or 0x011E72) is unknown color: approx Sapphire. HEX triplet: 01, 1E and 72. RGB value is (1,30,114). Sum of RGB (Red+Green+Blue) = 1+30+114=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 114 (44.92% from 255 or 78.62% from 145); Max value from RGB is 114 - color contains mainly: blue. Hex color #011E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E72 is #FEE18D. Grayscale: #1E1E1E. Windows color (decimal): -16703886 or 7478785. OLE color: 7478785.

HSL color Cylindrical-coordinate representation of color #011E72: hue angle of 224.6º 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 #011E72 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB130114-
CMYK0.990.7400.55
HSL224.6º98.26%22.55%-
HSV(B)224.6º99.12%44.71%-
XYZ3.512.1516.15-
YUV30.9174.89106.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 30 (12.11% from 255) = 20.69%
BLUE value IS 114 (44.92% from 255) = 78.62%
R=0.69%
G=20.69%
B=78.62%

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
Decimal1301140.990.7400.55224.698.2622.55
Hex11E72634A037e16217
Octal13616214311206734114227
Binary111110111001011000111001010011011111100001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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