#153379

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

Shades of Sapphire #153379

Tints of Sapphire #153379

Color information

#153379 (or 0x153379) is unknown color: approx Sapphire. HEX triplet: 15, 33 and 79. RGB value is (21,51,121). Sum of RGB (Red+Green+Blue) = 21+51+121=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 121 (47.66% from 255 or 62.69% from 193); Max value from RGB is 121 - color contains mainly: blue. Hex color #153379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153379 is #EACC86. Grayscale: #313131. Windows color (decimal): -15387783 or 7942933. OLE color: 7942933.

HSL color Cylindrical-coordinate representation of color #153379: hue angle of 222º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #153379 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2151121-
CMYK0.830.5800.53
HSL222º70.42%27.84%-
HSV(B)222º82.64%47.45%-
XYZ4.943.9118.58-
YUV50.01168.06107.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.88%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 121 (47.66% from 255) = 62.69%
R=10.88%
G=26.42%
B=62.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21511210.830.5800.5322270.4227.84
Hex153379533A035de461c
Octal25631711237206533610634
Binary1010111001111110011010011111010011010111011110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153379; }

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

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

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

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

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

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

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

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