#011545

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

Shades of Sapphire #011545

Tints of Sapphire #011545

Color information

#011545 (or 0x011545) is unknown color: approx Sapphire. HEX triplet: 01, 15 and 45. RGB value is (1,21,69). Sum of RGB (Red+Green+Blue) = 1+21+69=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 69 (27.34% from 255 or 75.82% from 91); Max value from RGB is 69 - color contains mainly: blue. Hex color #011545 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011545 is #FEEABA. Grayscale: #141414. Windows color (decimal): -16706235 or 4527361. OLE color: 4527361.

HSL color Cylindrical-coordinate representation of color #011545: hue angle of 222.35º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011545 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB12169-
CMYK0.990.7000.73
HSL222.35º97.14%13.73%-
HSV(B)222.35º98.55%27.06%-
XYZ1.350.975.75-
YUV20.49155.37114.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.10%
GREEN value IS 21 (8.59% from 255) = 23.08%
BLUE value IS 69 (27.34% from 255) = 75.82%
R=1.10%
G=23.08%
B=75.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal121690.990.7000.73222.3597.1413.73
Hex115456346049de61e
Octal125105143106011133614116
Binary110101100010111000111000110010010011101111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011545; }

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

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

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

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

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

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

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

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