#153079

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

Shades of Sapphire #153079

Tints of Sapphire #153079

Color information

#153079 (or 0x153079) is unknown color: approx Sapphire. HEX triplet: 15, 30 and 79. RGB value is (21,48,121). Sum of RGB (Red+Green+Blue) = 21+48+121=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 121 (47.66% from 255 or 63.68% from 190); Max value from RGB is 121 - color contains mainly: blue. Hex color #153079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153079 is #EACF86. Grayscale: #2F2F2F. Windows color (decimal): -15388551 or 7942165. OLE color: 7942165.

HSL color Cylindrical-coordinate representation of color #153079: hue angle of 223.8º 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 #153079 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2148121-
CMYK0.830.6000.53
HSL223.8º70.42%27.84%-
HSV(B)223.8º82.64%47.45%-
XYZ4.823.6518.54-
YUV48.25169.05108.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.05%
GREEN value IS 48 (19.14% from 255) = 25.26%
BLUE value IS 121 (47.66% from 255) = 63.68%
R=11.05%
G=25.26%
B=63.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21481210.830.6000.53223.870.4227.84
Hex153079533C035e0461c
Octal25601711237406534010634
Binary1010111000011110011010011111100011010111100000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153079; }

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

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

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

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

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

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

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

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