#153473

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

Shades of Sapphire #153473

Tints of Sapphire #153473

Color information

#153473 (or 0x153473) is unknown color: approx Sapphire. HEX triplet: 15, 34 and 73. RGB value is (21,52,115). Sum of RGB (Red+Green+Blue) = 21+52+115=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #153473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153473 is #EACB8C. Grayscale: #313131. Windows color (decimal): -15387533 or 7549973. OLE color: 7549973.

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

Color convert

RGB2152115-
CMYK0.820.5500.55
HSL220.21º69.12%26.67%-
HSV(B)220.21º81.74%45.1%-
XYZ4.633.8516.72-
YUV49.91164.73107.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.17%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 115 (45.31% from 255) = 61.17%
R=11.17%
G=27.66%
B=61.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21521150.820.5500.55220.2169.1226.67
Hex1534735237037dc451b
Octal25641631226706733410533
Binary1010111010011100111010010110111011011111011100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153473; }

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

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

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

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

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

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

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

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