#15245B

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

Shades of Sapphire #15245B

Tints of Sapphire #15245B

Color information

#15245B (or 0x15245B) is unknown color: approx Sapphire. HEX triplet: 15, 24 and 5B. RGB value is (21,36,91). Sum of RGB (Red+Green+Blue) = 21+36+91=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #15245B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15245B is #EADBA4. Grayscale: #252525. Windows color (decimal): -15391653 or 5973013. OLE color: 5973013.

HSL color Cylindrical-coordinate representation of color #15245B: hue angle of 227.14º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15245B is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB213691-
CMYK0.770.6000.64
HSL227.14º62.5%21.96%-
HSV(B)227.14º76.92%35.69%-
XYZ2.832.1810.17-
YUV37.78158.03116.03-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.19%
GREEN value IS 36 (14.45% from 255) = 24.32%
BLUE value IS 91 (35.94% from 255) = 61.49%
R=14.19%
G=24.32%
B=61.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2136910.770.6000.64227.1462.521.96
Hex15245B4D3C040e33e16
Octal25441331157401003437626
Binary1010110010010110111001101111100010000001110001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15245B; }

 p { color: rgb(21,36,91); }

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

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

 a { background-color: rgb(21,36,91); }

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

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

 span { border-color: rgb(21,36,91); }

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