#011153

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

Shades of Sapphire #011153

Tints of Sapphire #011153

Color information

#011153 (or 0x011153) is unknown color: approx Sapphire. HEX triplet: 01, 11 and 53. RGB value is (1,17,83). Sum of RGB (Red+Green+Blue) = 1+17+83=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 83 (32.81% from 255 or 82.18% from 101); Max value from RGB is 83 - color contains mainly: blue. Hex color #011153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011153 is #FEEEAC. Grayscale: #131313. Windows color (decimal): -16707245 or 5443841. OLE color: 5443841.

HSL color Cylindrical-coordinate representation of color #011153: hue angle of 228.29º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011153 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB11783-
CMYK0.990.8000.67
HSL228.29º97.62%16.47%-
HSV(B)228.29º98.8%32.55%-
XYZ1.771.038.29-
YUV19.74163.7114.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 17 (7.03% from 255) = 16.83%
BLUE value IS 83 (32.81% from 255) = 82.18%
R=0.99%
G=16.83%
B=82.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal117830.990.8000.67228.2997.6216.47
Hex111536350043e46210
Octal121123143120010334414220
Binary1100011010011110001110100000100001111100100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011153; }

 p { color: rgb(1,17,83); }

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

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

 a { background-color: rgb(1,17,83); }

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

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

 span { border-color: rgb(1,17,83); }

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