#153373

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

Shades of Sapphire #153373

Tints of Sapphire #153373

Color information

#153373 (or 0x153373) is unknown color: approx Sapphire. HEX triplet: 15, 33 and 73. RGB value is (21,51,115). Sum of RGB (Red+Green+Blue) = 21+51+115=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 115 (45.31% from 255 or 61.50% from 187); Max value from RGB is 115 - color contains mainly: blue. Hex color #153373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153373 is #EACC8C. Grayscale: #313131. Windows color (decimal): -15387789 or 7549717. OLE color: 7549717.

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

Color convert

RGB2151115-
CMYK0.820.5600.55
HSL220.85º69.12%26.67%-
HSV(B)220.85º81.74%45.1%-
XYZ4.593.7616.7-
YUV49.33165.06107.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.23%
GREEN value IS 51 (20.31% from 255) = 27.27%
BLUE value IS 115 (45.31% from 255) = 61.50%
R=11.23%
G=27.27%
B=61.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21511150.820.5600.55220.8569.1226.67
Hex1533735238037dd451b
Octal25631631227006733510533
Binary1010111001111100111010010111000011011111011101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153373; }

 p { color: rgb(21,51,115); }

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

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

 a { background-color: rgb(21,51,115); }

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

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

 span { border-color: rgb(21,51,115); }

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