#011048

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

Shades of Sapphire #011048

Tints of Sapphire #011048

Color information

#011048 (or 0x011048) is unknown color: approx Sapphire. HEX triplet: 01, 10 and 48. RGB value is (1,16,72). Sum of RGB (Red+Green+Blue) = 1+16+72=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 72 (28.52% from 255 or 80.90% from 89); Max value from RGB is 72 - color contains mainly: blue. Hex color #011048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011048 is #FEEFB7. Grayscale: #111111. Windows color (decimal): -16707512 or 4722689. OLE color: 4722689.

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

Color convert

RGB11672-
CMYK0.990.7800.72
HSL227.32º97.26%14.31%-
HSV(B)227.32º98.61%28.24%-
XYZ1.370.846.22-
YUV17.9158.53115.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.12%
GREEN value IS 16 (6.64% from 255) = 17.98%
BLUE value IS 72 (28.52% from 255) = 80.90%
R=1.12%
G=17.98%
B=80.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal116720.990.7800.72227.3297.2614.31
Hex11048634E048e361e
Octal120110143116011034314116
Binary110000100100011000111001110010010001110001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011048; }

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

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

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

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

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

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

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

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