#011E63

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

Shades of Sapphire #011E63

Tints of Sapphire #011E63

Color information

#011E63 (or 0x011E63) is unknown color: approx Sapphire. HEX triplet: 01, 1E and 63. RGB value is (1,30,99). Sum of RGB (Red+Green+Blue) = 1+30+99=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 99 (39.06% from 255 or 76.15% from 130); Max value from RGB is 99 - color contains mainly: blue. Hex color #011E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E63 is #FEE19C. Grayscale: #1C1C1C. Windows color (decimal): -16703901 or 6495745. OLE color: 6495745.

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

Color convert

RGB13099-
CMYK0.990.7000.61
HSL222.24º98%19.61%-
HSV(B)222.24º98.99%38.82%-
XYZ2.731.8412.01-
YUV29.2167.39107.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.77%
GREEN value IS 30 (12.11% from 255) = 23.08%
BLUE value IS 99 (39.06% from 255) = 76.15%
R=0.77%
G=23.08%
B=76.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal130990.990.7000.61222.249819.61
Hex11E63634603Dde6214
Octal13614314310607533614224
Binary111110110001111000111000110011110111011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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