#15305C

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

Shades of Sapphire #15305C

Tints of Sapphire #15305C

Color information

#15305C (or 0x15305C) is unknown color: approx Sapphire. HEX triplet: 15, 30 and 5C. RGB value is (21,48,92). Sum of RGB (Red+Green+Blue) = 21+48+92=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #15305C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15305C is #EACFA3. Grayscale: #2C2C2C. Windows color (decimal): -15388580 or 6041621. OLE color: 6041621.

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

Color convert

RGB214892-
CMYK0.770.4800.64
HSL217.18º62.83%22.16%-
HSV(B)217.18º77.17%36.08%-
XYZ3.33.0510.54-
YUV44.94154.55110.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.04%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 92 (36.33% from 255) = 57.14%
R=13.04%
G=29.81%
B=57.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2148920.770.4800.64217.1862.8322.16
Hex15305C4D30040d93f16
Octal25601341156001003317726
Binary1010111000010111001001101110000010000001101100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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