#15296D

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

Shades of Sapphire #15296D

Tints of Sapphire #15296D

Color information

#15296D (or 0x15296D) is unknown color: approx Sapphire. HEX triplet: 15, 29 and 6D. RGB value is (21,41,109). Sum of RGB (Red+Green+Blue) = 21+41+109=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 109 (42.97% from 255 or 63.74% from 171); Max value from RGB is 109 - color contains mainly: blue. Hex color #15296D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15296D is #EAD692. Grayscale: #2A2A2A. Windows color (decimal): -15390355 or 7153941. OLE color: 7153941.

HSL color Cylindrical-coordinate representation of color #15296D: hue angle of 226.36º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15296D is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2141109-
CMYK0.810.6200.57
HSL226.36º67.69%25.49%-
HSV(B)226.36º80.73%42.75%-
XYZ3.862.8514.81-
YUV42.77165.37112.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.28%
GREEN value IS 41 (16.41% from 255) = 23.98%
BLUE value IS 109 (42.97% from 255) = 63.74%
R=12.28%
G=23.98%
B=63.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21411090.810.6200.57226.3667.6925.49
Hex15296D513E039e24419
Octal25511551217607134210431
Binary1010110100111011011010001111110011100111100010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,41,109); }

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

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

 a { background-color: rgb(21,41,109); }

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

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

 span { border-color: rgb(21,41,109); }

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