#011E68

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

Shades of Sapphire #011E68

Tints of Sapphire #011E68

Color information

#011E68 (or 0x011E68) is unknown color: approx Sapphire. HEX triplet: 01, 1E and 68. RGB value is (1,30,104). Sum of RGB (Red+Green+Blue) = 1+30+104=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 104 (41.02% from 255 or 77.04% from 135); Max value from RGB is 104 - color contains mainly: blue. Hex color #011E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E68 is #FEE197. Grayscale: #1D1D1D. Windows color (decimal): -16703896 or 6823425. OLE color: 6823425.

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

Color convert

RGB130104-
CMYK0.990.7100.59
HSL223.11º98.1%20.59%-
HSV(B)223.11º99.04%40.78%-
XYZ2.981.9313.31-
YUV29.76169.89107.48-

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.22%
BLUE value IS 104 (41.02% from 255) = 77.04%
R=0.74%
G=22.22%
B=77.04%

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
Decimal1301040.990.7100.59223.1198.120.59
Hex11E68634703Bdf6215
Octal13615014310707333714225
Binary111110110100011000111000111011101111011111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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