#152851

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

Shades of Sapphire #152851

Tints of Sapphire #152851

Color information

#152851 (or 0x152851) is unknown color: approx Sapphire. HEX triplet: 15, 28 and 51. RGB value is (21,40,81). Sum of RGB (Red+Green+Blue) = 21+40+81=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #152851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152851 is #EAD7AE. Grayscale: #262626. Windows color (decimal): -15390639 or 5318677. OLE color: 5318677.

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

Color convert

RGB214081-
CMYK0.740.5100.68
HSL221º58.82%20%-
HSV(B)221º74.07%31.76%-
XYZ2.552.278.09-
YUV38.99151.71115.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.79%
GREEN value IS 40 (16.02% from 255) = 28.17%
BLUE value IS 81 (32.03% from 255) = 57.04%
R=14.79%
G=28.17%
B=57.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2140810.740.5100.6822158.8220
Hex1528514A33044dd3b14
Octal25501211126301043357324
Binary1010110100010100011001010110011010001001101110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152851; }

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

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

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

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

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

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

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

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