#15336C

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

Shades of Sapphire #15336C

Tints of Sapphire #15336C

Color information

#15336C (or 0x15336C) is unknown color: approx Sapphire. HEX triplet: 15, 33 and 6C. RGB value is (21,51,108). Sum of RGB (Red+Green+Blue) = 21+51+108=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #15336C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15336C is #EACC93. Grayscale: #303030. Windows color (decimal): -15387796 or 7090965. OLE color: 7090965.

HSL color Cylindrical-coordinate representation of color #15336C: hue angle of 219.31º 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 #15336C is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2151108-
CMYK0.810.5300.58
HSL219.31º67.44%25.29%-
HSV(B)219.31º80.56%42.35%-
XYZ4.23.6114.66-
YUV48.53161.56108.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.67%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 108 (42.58% from 255) = 60%
R=11.67%
G=28.33%
B=60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21511080.810.5300.58219.3167.4425.29
Hex15336C513503Adb4319
Octal25631541216507233310331
Binary1010111001111011001010001110101011101011011011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15336C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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