#153276

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

Shades of Sapphire #153276

Tints of Sapphire #153276

Color information

#153276 (or 0x153276) is unknown color: approx Sapphire. HEX triplet: 15, 32 and 76. RGB value is (21,50,118). Sum of RGB (Red+Green+Blue) = 21+50+118=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 118 (46.48% from 255 or 62.43% from 189); Max value from RGB is 118 - color contains mainly: blue. Hex color #153276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153276 is #EACD89. Grayscale: #303030. Windows color (decimal): -15388042 or 7746069. OLE color: 7746069.

HSL color Cylindrical-coordinate representation of color #153276: hue angle of 222.06º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153276 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2150118-
CMYK0.820.5800.54
HSL222.06º69.78%27.25%-
HSV(B)222.06º82.2%46.27%-
XYZ4.723.7517.61-
YUV49.08166.89107.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.11%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 118 (46.48% from 255) = 62.43%
R=11.11%
G=26.46%
B=62.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21501180.820.5800.54222.0669.7827.25
Hex153276523A036de461b
Octal25621661227206633610633
Binary1010111001011101101010010111010011011011011110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153276; }

 p { color: rgb(21,50,118); }

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

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

 a { background-color: rgb(21,50,118); }

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

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

 span { border-color: rgb(21,50,118); }

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