#011758

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

Shades of Sapphire #011758

Tints of Sapphire #011758

Color information

#011758 (or 0x011758) is unknown color: approx Sapphire. HEX triplet: 01, 17 and 58. RGB value is (1,23,88). Sum of RGB (Red+Green+Blue) = 1+23+88=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 88 (34.77% from 255 or 78.57% from 112); Max value from RGB is 88 - color contains mainly: blue. Hex color #011758 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011758 is #FEE8A7. Grayscale: #171717. Windows color (decimal): -16705704 or 5773057. OLE color: 5773057.

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

Color convert

RGB12388-
CMYK0.990.7400.65
HSL224.83º97.75%17.45%-
HSV(B)224.83º98.86%34.51%-
XYZ2.081.329.38-
YUV23.83164.21111.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 23 (9.38% from 255) = 20.54%
BLUE value IS 88 (34.77% from 255) = 78.57%
R=0.89%
G=20.54%
B=78.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal123880.990.7400.65224.8397.7517.45
Hex11758634A041e16211
Octal127130143112010134114221
Binary1101111011000110001110010100100000111100001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011758; }

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

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

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

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

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

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

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

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