#15336D

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

Shades of Sapphire #15336D

Tints of Sapphire #15336D

Color information

#15336D (or 0x15336D) is unknown color: approx Sapphire. HEX triplet: 15, 33 and 6D. RGB value is (21,51,109). Sum of RGB (Red+Green+Blue) = 21+51+109=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #15336D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15336D is #EACC92. Grayscale: #303030. Windows color (decimal): -15387795 or 7156501. OLE color: 7156501.

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

Color convert

RGB2151109-
CMYK0.810.5300.57
HSL219.55º67.69%25.49%-
HSV(B)219.55º80.73%42.75%-
XYZ4.253.6314.94-
YUV48.64162.06108.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.60%
GREEN value IS 51 (20.31% from 255) = 28.18%
BLUE value IS 109 (42.97% from 255) = 60.22%
R=11.60%
G=28.18%
B=60.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21511090.810.5300.57219.5567.6925.49
Hex15336D5135039dc4419
Octal25631551216507133410431
Binary1010111001111011011010001110101011100111011100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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