#152863

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

Shades of Sapphire #152863

Tints of Sapphire #152863

Color information

#152863 (or 0x152863) is unknown color: approx Sapphire. HEX triplet: 15, 28 and 63. RGB value is (21,40,99). Sum of RGB (Red+Green+Blue) = 21+40+99=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 99 (39.06% from 255 or 61.88% from 160); Max value from RGB is 99 - color contains mainly: blue. Hex color #152863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152863 is #EAD79C. Grayscale: #282828. Windows color (decimal): -15390621 or 6498325. OLE color: 6498325.

HSL color Cylindrical-coordinate representation of color #152863: hue angle of 225.38º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #152863 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB214099-
CMYK0.790.6000.61
HSL225.38º65%23.53%-
HSV(B)225.38º78.79%38.82%-
XYZ3.322.5812.13-
YUV41.04160.71113.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 40 (16.02% from 255) = 25%
BLUE value IS 99 (39.06% from 255) = 61.88%
R=13.12%
G=25%
B=61.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2140990.790.6000.61225.386523.53
Hex1528634F3C03De14118
Octal25501431177407534110130
Binary1010110100011000111001111111100011110111100001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152863; }

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

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

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

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

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

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

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

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