#001152

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

Shades of Sapphire #001152

Tints of Sapphire #001152

Color information

#001152 (or 0x001152) is unknown color: approx Sapphire. HEX triplet: 00, 11 and 52. RGB value is (0,17,82). Sum of RGB (Red+Green+Blue) = 0+17+82=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 82 (32.42% from 255 or 82.83% from 99); Max value from RGB is 82 - color contains mainly: blue. Hex color #001152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001152 is #FFEEAD. Grayscale: #131313. Windows color (decimal): -16772782 or 5378304. OLE color: 5378304.

HSL color Cylindrical-coordinate representation of color #001152: hue angle of 227.56º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001152 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB01782-
CMYK10.7900.68
HSL227.56º100%16.08%-
HSV(B)227.56º100%32.16%-
XYZ1.721.018.09-
YUV19.33163.37114.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 82 (32.42% from 255) = 82.83%
R=0%
G=17.17%
B=82.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal0178210.7900.68227.5610016.08
Hex01152644F044e46410
Octal021122144117010434414420
Binary0100011010010110010010011110100010011100100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001152; }

 p { color: rgb(0,17,82); }

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

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

 a { background-color: rgb(0,17,82); }

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

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

 span { border-color: rgb(0,17,82); }

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