#011148

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

Shades of Sapphire #011148

Tints of Sapphire #011148

Color information

#011148 (or 0x011148) is unknown color: approx Sapphire. HEX triplet: 01, 11 and 48. RGB value is (1,17,72). Sum of RGB (Red+Green+Blue) = 1+17+72=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 72 (28.52% from 255 or 80% from 90); Max value from RGB is 72 - color contains mainly: blue. Hex color #011148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011148 is #FEEEB7. Grayscale: #121212. Windows color (decimal): -16707256 or 4722945. OLE color: 4722945.

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

Color convert

RGB11772-
CMYK0.990.7600.72
HSL226.48º97.26%14.31%-
HSV(B)226.48º98.61%28.24%-
XYZ1.380.886.23-
YUV18.49158.2115.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.11%
GREEN value IS 17 (7.03% from 255) = 18.89%
BLUE value IS 72 (28.52% from 255) = 80%
R=1.11%
G=18.89%
B=80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal117720.990.7600.72226.4897.2614.31
Hex11148634C048e261e
Octal121110143114011034214116
Binary110001100100011000111001100010010001110001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011148; }

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

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

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

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

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

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

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

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