#152972

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

Shades of Sapphire #152972

Tints of Sapphire #152972

Color information

#152972 (or 0x152972) is unknown color: approx Sapphire. HEX triplet: 15, 29 and 72. RGB value is (21,41,114). Sum of RGB (Red+Green+Blue) = 21+41+114=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 114 (44.92% from 255 or 64.77% from 176); Max value from RGB is 114 - color contains mainly: blue. Hex color #152972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152972 is #EAD68D. Grayscale: #2B2B2B. Windows color (decimal): -15390350 or 7481621. OLE color: 7481621.

HSL color Cylindrical-coordinate representation of color #152972: hue angle of 227.1º 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 #152972 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2141114-
CMYK0.820.6400.55
HSL227.1º68.89%26.47%-
HSV(B)227.1º81.58%44.71%-
XYZ4.142.9616.27-
YUV43.34167.87112.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.93%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 114 (44.92% from 255) = 64.77%
R=11.93%
G=23.30%
B=64.77%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21411140.820.6400.55227.168.8926.47
Hex1529725240037e3451a
Octal255116212210006734310532
Binary10101101001111001010100101000000011011111100011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152972; }

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

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

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

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

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

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

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

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