#15366C

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

Shades of Sapphire #15366C

Tints of Sapphire #15366C

Color information

#15366C (or 0x15366C) is unknown color: approx Sapphire. HEX triplet: 15, 36 and 6C. RGB value is (21,54,108). Sum of RGB (Red+Green+Blue) = 21+54+108=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #15366C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15366C is #EAC993. Grayscale: #323232. Windows color (decimal): -15387028 or 7091733. OLE color: 7091733.

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

Color convert

RGB2154108-
CMYK0.810.5000.58
HSL217.24º67.44%25.29%-
HSV(B)217.24º80.56%42.35%-
XYZ4.343.8814.71-
YUV50.29160.57107.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.48%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 108 (42.58% from 255) = 59.02%
R=11.48%
G=29.51%
B=59.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21541080.810.5000.58217.2467.4425.29
Hex15366C513203Ad94319
Octal25661541216207233110331
Binary1010111011011011001010001110010011101011011001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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