#15296E

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

Shades of Sapphire #15296E

Tints of Sapphire #15296E

Color information

#15296E (or 0x15296E) is unknown color: approx Sapphire. HEX triplet: 15, 29 and 6E. RGB value is (21,41,110). Sum of RGB (Red+Green+Blue) = 21+41+110=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 110 (43.36% from 255 or 63.95% from 172); Max value from RGB is 110 - color contains mainly: blue. Hex color #15296E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15296E is #EAD691. Grayscale: #2A2A2A. Windows color (decimal): -15390354 or 7219477. OLE color: 7219477.

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

Color convert

RGB2141110-
CMYK0.810.6300.57
HSL226.52º67.94%25.69%-
HSV(B)226.52º80.91%43.14%-
XYZ3.922.8715.1-
YUV42.89165.87112.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.21%
GREEN value IS 41 (16.41% from 255) = 23.84%
BLUE value IS 110 (43.36% from 255) = 63.95%
R=12.21%
G=23.84%
B=63.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21411100.810.6300.57226.5267.9425.69
Hex15296E513F039e3441a
Octal25511561217707134310432
Binary1010110100111011101010001111111011100111100011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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