#152861

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

Shades of Sapphire #152861

Tints of Sapphire #152861

Color information

#152861 (or 0x152861) is unknown color: approx Sapphire. HEX triplet: 15, 28 and 61. RGB value is (21,40,97). Sum of RGB (Red+Green+Blue) = 21+40+97=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 97 (38.28% from 255 or 61.39% from 158); Max value from RGB is 97 - color contains mainly: blue. Hex color #152861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152861 is #EAD79E. Grayscale: #282828. Windows color (decimal): -15390623 or 6367253. OLE color: 6367253.

HSL color Cylindrical-coordinate representation of color #152861: hue angle of 225º 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 #152861 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB214097-
CMYK0.780.5900.62
HSL225º64.41%23.14%-
HSV(B)225º78.35%38.04%-
XYZ3.232.5411.63-
YUV40.82159.71113.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.29%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 97 (38.28% from 255) = 61.39%
R=13.29%
G=25.32%
B=61.39%

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
Decimal2140970.780.5900.6222564.4123.14
Hex1528614E3B03Ee14017
Octal25501411167307634110027
Binary1010110100011000011001110111011011111011100001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152861; }

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

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

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

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

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

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

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

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