#152872

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

Shades of Sapphire #152872

Tints of Sapphire #152872

Color information

#152872 (or 0x152872) is unknown color: approx Sapphire. HEX triplet: 15, 28 and 72. RGB value is (21,40,114). Sum of RGB (Red+Green+Blue) = 21+40+114=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #152872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152872 is #EAD78D. Grayscale: #2A2A2A. Windows color (decimal): -15390606 or 7481365. OLE color: 7481365.

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

Color convert

RGB2140114-
CMYK0.820.6500.55
HSL227.74º68.89%26.47%-
HSV(B)227.74º81.58%44.71%-
XYZ4.112.8916.26-
YUV42.76168.21112.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12%
GREEN value IS 40 (16.02% from 255) = 22.86%
BLUE value IS 114 (44.92% from 255) = 65.14%
R=12%
G=22.86%
B=65.14%

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
Decimal21401140.820.6500.55227.7468.8926.47
Hex1528725241037e4451a
Octal255016212210106734410532
Binary10101101000111001010100101000001011011111100100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152872; }

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

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

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

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

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

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

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

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