#155D7D

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

Shades of Orient #155D7D

Tints of Orient #155D7D

Color information

#155D7D (or 0x155D7D) is unknown color: approx Orient. HEX triplet: 15, 5D and 7D. RGB value is (21,93,125). Sum of RGB (Red+Green+Blue) = 21+93+125=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #155D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D7D is #EAA282. Grayscale: #4A4A4A. Windows color (decimal): -15377027 or 8215829. OLE color: 8215829.

HSL color Cylindrical-coordinate representation of color #155D7D: hue angle of 198.46º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #155D7D is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2193125-
CMYK0.830.2600.51
HSL198.46º71.23%28.63%-
HSV(B)198.46º83.2%49.02%-
XYZ7.939.4720.81-
YUV75.12156.1589.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.79%
GREEN value IS 93 (36.72% from 255) = 38.91%
BLUE value IS 125 (49.22% from 255) = 52.30%
R=8.79%
G=38.91%
B=52.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21931250.830.2600.51198.4671.2328.63
Hex155D7D531A033c6471d
Octal251351751233206330610735
Binary1010110111011111101101001111010011001111000110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155D7D; }

 p { color: rgb(21,93,125); }

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

<style>
 a { background-color: #155D7D; }

 a { background-color: rgb(21,93,125); }

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

<style>
 span { border-color: #155D7D; }

 span { border-color: rgb(21,93,125); }

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