#152878

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

Shades of Sapphire #152878

Tints of Sapphire #152878

Color information

#152878 (or 0x152878) is unknown color: approx Sapphire. HEX triplet: 15, 28 and 78. RGB value is (21,40,120). Sum of RGB (Red+Green+Blue) = 21+40+120=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 120 (47.27% from 255 or 66.30% from 181); Max value from RGB is 120 - color contains mainly: blue. Hex color #152878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152878 is #EAD787. Grayscale: #2B2B2B. Windows color (decimal): -15390600 or 7874581. OLE color: 7874581.

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

Color convert

RGB2140120-
CMYK0.830.6700.53
HSL228.48º70.21%27.65%-
HSV(B)228.48º82.5%47.06%-
XYZ4.463.0318.12-
YUV43.44171.21112-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.60%
GREEN value IS 40 (16.02% from 255) = 22.10%
BLUE value IS 120 (47.27% from 255) = 66.30%
R=11.60%
G=22.10%
B=66.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21401200.830.6700.53228.4870.2127.65
Hex1528785343035e4461c
Octal255017012310306534410634
Binary10101101000111100010100111000011011010111100100100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152878; }

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

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

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

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

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

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

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

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