#011253

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

Shades of Sapphire #011253

Tints of Sapphire #011253

Color information

#011253 (or 0x011253) is unknown color: approx Sapphire. HEX triplet: 01, 12 and 53. RGB value is (1,18,83). Sum of RGB (Red+Green+Blue) = 1+18+83=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 83 (32.81% from 255 or 81.37% from 102); Max value from RGB is 83 - color contains mainly: blue. Hex color #011253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011253 is #FEEDAC. Grayscale: #141414. Windows color (decimal): -16706989 or 5444097. OLE color: 5444097.

HSL color Cylindrical-coordinate representation of color #011253: hue angle of 227.56º 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 #011253 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB11883-
CMYK0.990.7800.67
HSL227.56º97.62%16.47%-
HSV(B)227.56º98.8%32.55%-
XYZ1.791.068.29-
YUV20.33163.37114.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.98%
GREEN value IS 18 (7.42% from 255) = 17.65%
BLUE value IS 83 (32.81% from 255) = 81.37%
R=0.98%
G=17.65%
B=81.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal118830.990.7800.67227.5697.6216.47
Hex11253634E043e46210
Octal122123143116010334414220
Binary1100101010011110001110011100100001111100100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011253; }

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

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

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

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

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

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

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

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