#153578

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

Shades of Sapphire #153578

Tints of Sapphire #153578

Color information

#153578 (or 0x153578) is unknown color: approx Sapphire. HEX triplet: 15, 35 and 78. RGB value is (21,53,120). Sum of RGB (Red+Green+Blue) = 21+53+120=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #153578 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153578 is #EACA87. Grayscale: #323232. Windows color (decimal): -15387272 or 7877909. OLE color: 7877909.

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

Color convert

RGB2153120-
CMYK0.830.5600.53
HSL220.61º70.21%27.65%-
HSV(B)220.61º82.5%47.06%-
XYZ4.974.0618.29-
YUV51.07166.9106.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.82%
GREEN value IS 53 (21.09% from 255) = 27.32%
BLUE value IS 120 (47.27% from 255) = 61.86%
R=10.82%
G=27.32%
B=61.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21531200.830.5600.53220.6170.2127.65
Hex1535785338035dd461c
Octal25651701237006533510634
Binary1010111010111110001010011111000011010111011101100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153578; }

 p { color: rgb(21,53,120); }

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

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

 a { background-color: rgb(21,53,120); }

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

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

 span { border-color: rgb(21,53,120); }

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