#011577

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

Shades of Sapphire #011577

Tints of Sapphire #011577

Color information

#011577 (or 0x011577) is unknown color: approx Sapphire. HEX triplet: 01, 15 and 77. RGB value is (1,21,119). Sum of RGB (Red+Green+Blue) = 1+21+119=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 119 (46.88% from 255 or 84.40% from 141); Max value from RGB is 119 - color contains mainly: blue. Hex color #011577 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011577 is #FEEA88. Grayscale: #191919. Windows color (decimal): -16706185 or 7804161. OLE color: 7804161.

HSL color Cylindrical-coordinate representation of color #011577: hue angle of 229.83º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011577 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB121119-
CMYK0.990.8200.53
HSL229.83º98.33%23.53%-
HSV(B)229.83º99.16%46.67%-
XYZ3.611.8717.62-
YUV26.19180.37110.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 21 (8.59% from 255) = 14.89%
BLUE value IS 119 (46.88% from 255) = 84.40%
R=0.71%
G=14.89%
B=84.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211190.990.8200.53229.8398.3323.53
Hex115776352035e66218
Octal12516714312206534614230
Binary110101111011111000111010010011010111100110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011577; }

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

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

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

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

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

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

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

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