#011E69

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

Shades of Sapphire #011E69

Tints of Sapphire #011E69

Color information

#011E69 (or 0x011E69) is unknown color: approx Sapphire. HEX triplet: 01, 1E and 69. RGB value is (1,30,105). Sum of RGB (Red+Green+Blue) = 1+30+105=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 105 (41.41% from 255 or 77.21% from 136); Max value from RGB is 105 - color contains mainly: blue. Hex color #011E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E69 is #FEE196. Grayscale: #1D1D1D. Windows color (decimal): -16703895 or 6888961. OLE color: 6888961.

HSL color Cylindrical-coordinate representation of color #011E69: hue angle of 223.27º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E69 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB130105-
CMYK0.990.7100.59
HSL223.27º98.11%20.78%-
HSV(B)223.27º99.05%41.18%-
XYZ3.031.9513.58-
YUV29.88170.39107.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 30 (12.11% from 255) = 22.06%
BLUE value IS 105 (41.41% from 255) = 77.21%
R=0.74%
G=22.06%
B=77.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1301050.990.7100.59223.2798.1120.78
Hex11E69634703Bdf6215
Octal13615114310707333714225
Binary111110110100111000111000111011101111011111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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