#153572

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

Shades of Sapphire #153572

Tints of Sapphire #153572

Color information

#153572 (or 0x153572) is unknown color: approx Sapphire. HEX triplet: 15, 35 and 72. RGB value is (21,53,114). Sum of RGB (Red+Green+Blue) = 21+53+114=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #153572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153572 is #EACA8D. Grayscale: #323232. Windows color (decimal): -15387278 or 7484693. OLE color: 7484693.

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

Color convert

RGB2153114-
CMYK0.820.5400.55
HSL219.35º68.89%26.47%-
HSV(B)219.35º81.58%44.71%-
XYZ4.623.9216.43-
YUV50.39163.9107.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.17%
GREEN value IS 53 (21.09% from 255) = 28.19%
BLUE value IS 114 (44.92% from 255) = 60.64%
R=11.17%
G=28.19%
B=60.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21531140.820.5400.55219.3568.8926.47
Hex1535725236037db451a
Octal25651621226606733310532
Binary1010111010111100101010010110110011011111011011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153572; }

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

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

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

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

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

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

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

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