#152750

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

Shades of Sapphire #152750

Tints of Sapphire #152750

Color information

#152750 (or 0x152750) is unknown color: approx Sapphire. HEX triplet: 15, 27 and 50. RGB value is (21,39,80). Sum of RGB (Red+Green+Blue) = 21+39+80=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 80 (31.64% from 255 or 57.14% from 140); Max value from RGB is 80 - color contains mainly: blue. Hex color #152750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152750 is #EAD8AF. Grayscale: #262626. Windows color (decimal): -15390896 or 5252885. OLE color: 5252885.

HSL color Cylindrical-coordinate representation of color #152750: hue angle of 221.69º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152750 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB213980-
CMYK0.740.5100.69
HSL221.69º58.42%19.8%-
HSV(B)221.69º73.75%31.37%-
XYZ2.482.197.88-
YUV38.29151.54115.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15%
GREEN value IS 39 (15.62% from 255) = 27.86%
BLUE value IS 80 (31.64% from 255) = 57.14%
R=15%
G=27.86%
B=57.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2139800.740.5100.69221.6958.4219.8
Hex1527504A33045de3a14
Octal25471201126301053367224
Binary1010110011110100001001010110011010001011101111011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152750; }

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

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

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

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

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

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

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

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