#15506B

Color #15506B Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #15506B

Tints of Orient #15506B

Color information

#15506B (or 0x15506B) is unknown color: approx Orient. HEX triplet: 15, 50 and 6B. RGB value is (21,80,107). Sum of RGB (Red+Green+Blue) = 21+80+107=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #15506B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15506B is #EAAF94. Grayscale: #414141. Windows color (decimal): -15380373 or 7032853. OLE color: 7032853.

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

Color convert

RGB2180107-
CMYK0.800.2500.58
HSL198.84º67.19%25.1%-
HSV(B)198.84º80.37%41.96%-
XYZ5.836.9614.95-
YUV65.44151.4596.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.10%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 107 (42.19% from 255) = 51.44%
R=10.10%
G=38.46%
B=51.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21801070.800.2500.58198.8467.1925.1
Hex15506B501903Ac74319
Octal251201531203107230710331
Binary1010110100001101011101000011001011101011000111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15506B; }

 p { color: rgb(21,80,107); }

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

<style>
 a { background-color: #15506B; }

 a { background-color: rgb(21,80,107); }

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

<style>
 span { border-color: #15506B; }

 span { border-color: rgb(21,80,107); }

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