#011358

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

Shades of Sapphire #011358

Tints of Sapphire #011358

Color information

#011358 (or 0x011358) is unknown color: approx Sapphire. HEX triplet: 01, 13 and 58. RGB value is (1,19,88). Sum of RGB (Red+Green+Blue) = 1+19+88=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 88 (34.77% from 255 or 81.48% from 108); Max value from RGB is 88 - color contains mainly: blue. Hex color #011358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011358 is #FEECA7. Grayscale: #151515. Windows color (decimal): -16706728 or 5772033. OLE color: 5772033.

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

Color convert

RGB11988-
CMYK0.990.7800.65
HSL227.59º97.75%17.45%-
HSV(B)227.59º98.86%34.51%-
XYZ2.011.189.35-
YUV21.48165.54113.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 19 (7.81% from 255) = 17.59%
BLUE value IS 88 (34.77% from 255) = 81.48%
R=0.93%
G=17.59%
B=81.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal119880.990.7800.65227.5997.7517.45
Hex11358634E041e46211
Octal123130143116010134414221
Binary1100111011000110001110011100100000111100100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011358; }

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

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

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

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

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

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

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

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