#152562

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

Shades of Sapphire #152562

Tints of Sapphire #152562

Color information

#152562 (or 0x152562) is unknown color: approx Sapphire. HEX triplet: 15, 25 and 62. RGB value is (21,37,98). Sum of RGB (Red+Green+Blue) = 21+37+98=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 98 (38.67% from 255 or 62.82% from 156); Max value from RGB is 98 - color contains mainly: blue. Hex color #152562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152562 is #EADA9D. Grayscale: #262626. Windows color (decimal): -15391390 or 6432021. OLE color: 6432021.

HSL color Cylindrical-coordinate representation of color #152562: hue angle of 227.53º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #152562 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB213798-
CMYK0.790.6200.62
HSL227.53º64.71%23.33%-
HSV(B)227.53º78.57%38.43%-
XYZ3.182.3611.84-
YUV39.17161.2115.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 98 (38.67% from 255) = 62.82%
R=13.46%
G=23.72%
B=62.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2137980.790.6200.62227.5364.7123.33
Hex1525624F3E03Ee44117
Octal25451421177607634410127
Binary1010110010111000101001111111110011111011100100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152562; }

 p { color: rgb(21,37,98); }

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

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

 a { background-color: rgb(21,37,98); }

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

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

 span { border-color: rgb(21,37,98); }

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