#15285C

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

Shades of Sapphire #15285C

Tints of Sapphire #15285C

Color information

#15285C (or 0x15285C) is unknown color: approx Sapphire. HEX triplet: 15, 28 and 5C. RGB value is (21,40,92). Sum of RGB (Red+Green+Blue) = 21+40+92=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #15285C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15285C is #EAD7A3. Grayscale: #282828. Windows color (decimal): -15390628 or 6039573. OLE color: 6039573.

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

Color convert

RGB214092-
CMYK0.770.5700.64
HSL223.94º62.83%22.16%-
HSV(B)223.94º77.17%36.08%-
XYZ32.4510.44-
YUV40.25157.21114.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.73%
GREEN value IS 40 (16.02% from 255) = 26.14%
BLUE value IS 92 (36.33% from 255) = 60.13%
R=13.73%
G=26.14%
B=60.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2140920.770.5700.64223.9462.8322.16
Hex15285C4D39040e03f16
Octal25501341157101003407726
Binary1010110100010111001001101111001010000001110000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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