#15296C

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

Shades of Sapphire #15296C

Tints of Sapphire #15296C

Color information

#15296C (or 0x15296C) is unknown color: approx Sapphire. HEX triplet: 15, 29 and 6C. RGB value is (21,41,108). Sum of RGB (Red+Green+Blue) = 21+41+108=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 108 (42.58% from 255 or 63.53% from 170); Max value from RGB is 108 - color contains mainly: blue. Hex color #15296C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15296C is #EAD693. Grayscale: #2A2A2A. Windows color (decimal): -15390356 or 7088405. OLE color: 7088405.

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

Color convert

RGB2141108-
CMYK0.810.6200.58
HSL226.21º67.44%25.29%-
HSV(B)226.21º80.56%42.35%-
XYZ3.812.8314.53-
YUV42.66164.87112.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.35%
GREEN value IS 41 (16.41% from 255) = 24.12%
BLUE value IS 108 (42.58% from 255) = 63.53%
R=12.35%
G=24.12%
B=63.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21411080.810.6200.58226.2167.4425.29
Hex15296C513E03Ae24319
Octal25511541217607234210331
Binary1010110100111011001010001111110011101011100010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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