#153472

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

Shades of Sapphire #153472

Tints of Sapphire #153472

Color information

#153472 (or 0x153472) is unknown color: approx Sapphire. HEX triplet: 15, 34 and 72. RGB value is (21,52,114). Sum of RGB (Red+Green+Blue) = 21+52+114=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #153472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153472 is #EACB8D. Grayscale: #313131. Windows color (decimal): -15387534 or 7484437. OLE color: 7484437.

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

Color convert

RGB2152114-
CMYK0.820.5400.55
HSL220º68.89%26.47%-
HSV(B)220º81.58%44.71%-
XYZ4.573.8316.42-
YUV49.8164.23107.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.23%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 114 (44.92% from 255) = 60.96%
R=11.23%
G=27.81%
B=60.96%

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
Decimal21521140.820.5400.5522068.8926.47
Hex1534725236037dc451a
Octal25641621226606733410532
Binary1010111010011100101010010110110011011111011100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153472; }

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

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

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

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

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

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

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

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