#152758

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

Shades of Sapphire #152758

Tints of Sapphire #152758

Color information

#152758 (or 0x152758) is unknown color: approx Sapphire. HEX triplet: 15, 27 and 58. RGB value is (21,39,88). Sum of RGB (Red+Green+Blue) = 21+39+88=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 88 (34.77% from 255 or 59.46% from 148); Max value from RGB is 88 - color contains mainly: blue. Hex color #152758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152758 is #EAD8A7. Grayscale: #262626. Windows color (decimal): -15390888 or 5777173. OLE color: 5777173.

HSL color Cylindrical-coordinate representation of color #152758: hue angle of 223.88º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152758 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB213988-
CMYK0.760.5600.65
HSL223.88º61.47%21.37%-
HSV(B)223.88º76.14%34.51%-
XYZ2.82.329.53-
YUV39.2155.54115.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.19%
GREEN value IS 39 (15.62% from 255) = 26.35%
BLUE value IS 88 (34.77% from 255) = 59.46%
R=14.19%
G=26.35%
B=59.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2139880.760.5600.65223.8861.4721.37
Hex1527584C38041e03d15
Octal25471301147001013407525
Binary1010110011110110001001100111000010000011110000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152758; }

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

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

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

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

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

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

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

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