#011553

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

Shades of Sapphire #011553

Tints of Sapphire #011553

Color information

#011553 (or 0x011553) is unknown color: approx Sapphire. HEX triplet: 01, 15 and 53. RGB value is (1,21,83). Sum of RGB (Red+Green+Blue) = 1+21+83=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 83 (32.81% from 255 or 79.05% from 105); Max value from RGB is 83 - color contains mainly: blue. Hex color #011553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011553 is #FEEAAC. Grayscale: #151515. Windows color (decimal): -16706221 or 5444865. OLE color: 5444865.

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

Color convert

RGB12183-
CMYK0.990.7500.67
HSL225.37º97.62%16.47%-
HSV(B)225.37º98.8%32.55%-
XYZ1.841.178.31-
YUV22.09162.37112.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 21 (8.59% from 255) = 20%
BLUE value IS 83 (32.81% from 255) = 79.05%
R=0.95%
G=20%
B=79.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal121830.990.7500.67225.3797.6216.47
Hex11553634B043e16210
Octal125123143113010334114220
Binary1101011010011110001110010110100001111100001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011553; }

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

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

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

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

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

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

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

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