#15245C

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

Shades of Sapphire #15245C

Tints of Sapphire #15245C

Color information

#15245C (or 0x15245C) is unknown color: approx Sapphire. HEX triplet: 15, 24 and 5C. RGB value is (21,36,92). Sum of RGB (Red+Green+Blue) = 21+36+92=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #15245C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15245C is #EADBA3. Grayscale: #252525. Windows color (decimal): -15391652 or 6038549. OLE color: 6038549.

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

Color convert

RGB213692-
CMYK0.770.6100.64
HSL227.32º62.83%22.16%-
HSV(B)227.32º77.17%36.08%-
XYZ2.872.1910.4-
YUV37.9158.53115.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.09%
GREEN value IS 36 (14.45% from 255) = 24.16%
BLUE value IS 92 (36.33% from 255) = 61.74%
R=14.09%
G=24.16%
B=61.74%

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
Decimal2136920.770.6100.64227.3262.8322.16
Hex15245C4D3D040e33f16
Octal25441341157501003437726
Binary1010110010010111001001101111101010000001110001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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