#15245D

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

Shades of Sapphire #15245D

Tints of Sapphire #15245D

Color information

#15245D (or 0x15245D) is unknown color: approx Sapphire. HEX triplet: 15, 24 and 5D. RGB value is (21,36,93). Sum of RGB (Red+Green+Blue) = 21+36+93=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #15245D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15245D is #EADBA2. Grayscale: #252525. Windows color (decimal): -15391651 or 6104085. OLE color: 6104085.

HSL color Cylindrical-coordinate representation of color #15245D: hue angle of 227.5º degrees, saturation: 0.63, 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 #15245D is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB213693-
CMYK0.770.6100.64
HSL227.5º63.16%22.35%-
HSV(B)227.5º77.42%36.47%-
XYZ2.922.2110.63-
YUV38.01159.03115.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14%
GREEN value IS 36 (14.45% from 255) = 24%
BLUE value IS 93 (36.72% from 255) = 62%
R=14%
G=24%
B=62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2136930.770.6100.64227.563.1622.35
Hex15245D4D3D040e43f16
Octal25441351157501003447726
Binary1010110010010111011001101111101010000001110010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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