#011058

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

Shades of Sapphire #011058

Tints of Sapphire #011058

Color information

#011058 (or 0x011058) is unknown color: approx Sapphire. HEX triplet: 01, 10 and 58. RGB value is (1,16,88). Sum of RGB (Red+Green+Blue) = 1+16+88=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 88 (34.77% from 255 or 83.81% from 105); Max value from RGB is 88 - color contains mainly: blue. Hex color #011058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011058 is #FEEFA7. Grayscale: #131313. Windows color (decimal): -16707496 or 5771265. OLE color: 5771265.

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

Color convert

RGB11688-
CMYK0.990.8200.65
HSL229.66º97.75%17.45%-
HSV(B)229.66º98.86%34.51%-
XYZ1.961.089.34-
YUV19.72166.53114.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 88 (34.77% from 255) = 83.81%
R=0.95%
G=15.24%
B=83.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal116880.990.8200.65229.6697.7517.45
Hex110586352041e66211
Octal120130143122010134614221
Binary1100001011000110001110100100100000111100110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011058; }

 p { color: rgb(1,16,88); }

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

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

 a { background-color: rgb(1,16,88); }

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

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

 span { border-color: rgb(1,16,88); }

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