#15336E

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

Shades of Sapphire #15336E

Tints of Sapphire #15336E

Color information

#15336E (or 0x15336E) is unknown color: approx Sapphire. HEX triplet: 15, 33 and 6E. RGB value is (21,51,110). Sum of RGB (Red+Green+Blue) = 21+51+110=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #15336E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15336E is #EACC91. Grayscale: #303030. Windows color (decimal): -15387794 or 7222037. OLE color: 7222037.

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

Color convert

RGB2151110-
CMYK0.810.5400.57
HSL219.78º67.94%25.69%-
HSV(B)219.78º80.91%43.14%-
XYZ4.313.6515.23-
YUV48.76162.56108.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.54%
GREEN value IS 51 (20.31% from 255) = 28.02%
BLUE value IS 110 (43.36% from 255) = 60.44%
R=11.54%
G=28.02%
B=60.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21511100.810.5400.57219.7867.9425.69
Hex15336E5136039dc441a
Octal25631561216607133410432
Binary1010111001111011101010001110110011100111011100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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