#011E67

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

Shades of Sapphire #011E67

Tints of Sapphire #011E67

Color information

#011E67 (or 0x011E67) is unknown color: approx Sapphire. HEX triplet: 01, 1E and 67. RGB value is (1,30,103). Sum of RGB (Red+Green+Blue) = 1+30+103=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 103 (40.62% from 255 or 76.87% from 134); Max value from RGB is 103 - color contains mainly: blue. Hex color #011E67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E67 is #FEE198. Grayscale: #1D1D1D. Windows color (decimal): -16703897 or 6757889. OLE color: 6757889.

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

Color convert

RGB130103-
CMYK0.990.7100.60
HSL222.94º98.08%20.39%-
HSV(B)222.94º99.03%40.39%-
XYZ2.921.9113.05-
YUV29.65169.39107.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 30 (12.11% from 255) = 22.39%
BLUE value IS 103 (40.62% from 255) = 76.87%
R=0.75%
G=22.39%
B=76.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1301030.990.7100.60222.9498.0820.39
Hex11E67634703Cdf6214
Octal13614714310707433714224
Binary111110110011111000111000111011110011011111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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