#152760

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

Shades of Sapphire #152760

Tints of Sapphire #152760

Color information

#152760 (or 0x152760) is unknown color: approx Sapphire. HEX triplet: 15, 27 and 60. RGB value is (21,39,96). Sum of RGB (Red+Green+Blue) = 21+39+96=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 96 (37.89% from 255 or 61.54% from 156); Max value from RGB is 96 - color contains mainly: blue. Hex color #152760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152760 is #EAD89F. Grayscale: #272727. Windows color (decimal): -15390880 or 6301461. OLE color: 6301461.

HSL color Cylindrical-coordinate representation of color #152760: hue angle of 225.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #152760 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB213996-
CMYK0.780.5900.62
HSL225.6º64.1%22.94%-
HSV(B)225.6º78.12%37.65%-
XYZ3.152.4511.37-
YUV40.12159.54114.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 39 (15.62% from 255) = 25%
BLUE value IS 96 (37.89% from 255) = 61.54%
R=13.46%
G=25%
B=61.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2139960.780.5900.62225.664.122.94
Hex1527604E3B03Ee24017
Octal25471401167307634210027
Binary1010110011111000001001110111011011111011100010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152760; }

 p { color: rgb(21,39,96); }

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

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

 a { background-color: rgb(21,39,96); }

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

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

 span { border-color: rgb(21,39,96); }

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