#152873

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

Shades of Sapphire #152873

Tints of Sapphire #152873

Color information

#152873 (or 0x152873) is unknown color: approx Sapphire. HEX triplet: 15, 28 and 73. RGB value is (21,40,115). Sum of RGB (Red+Green+Blue) = 21+40+115=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 115 (45.31% from 255 or 65.34% from 176); Max value from RGB is 115 - color contains mainly: blue. Hex color #152873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152873 is #EAD78C. Grayscale: #2A2A2A. Windows color (decimal): -15390605 or 7546901. OLE color: 7546901.

HSL color Cylindrical-coordinate representation of color #152873: hue angle of 227.87º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152873 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2140115-
CMYK0.820.6500.55
HSL227.87º69.12%26.67%-
HSV(B)227.87º81.74%45.1%-
XYZ4.162.9116.56-
YUV42.87168.71112.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.93%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 115 (45.31% from 255) = 65.34%
R=11.93%
G=22.73%
B=65.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21401150.820.6500.55227.8769.1226.67
Hex1528735241037e4451b
Octal255016312210106734410533
Binary10101101000111001110100101000001011011111100100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152873; }

 p { color: rgb(21,40,115); }

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

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

 a { background-color: rgb(21,40,115); }

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

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

 span { border-color: rgb(21,40,115); }

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