#155B72

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

Shades of Orient #155B72

Tints of Orient #155B72

Color information

#155B72 (or 0x155B72) is unknown color: approx Orient. HEX triplet: 15, 5B and 72. RGB value is (21,91,114). Sum of RGB (Red+Green+Blue) = 21+91+114=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #155B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B72 is #EAA48D. Grayscale: #484848. Windows color (decimal): -15377550 or 7494421. OLE color: 7494421.

HSL color Cylindrical-coordinate representation of color #155B72: hue angle of 194.84º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155B72 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2191114-
CMYK0.820.2000.55
HSL194.84º68.89%26.47%-
HSV(B)194.84º81.58%44.71%-
XYZ7.098.8617.26-
YUV72.69151.3191.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.29%
GREEN value IS 91 (35.94% from 255) = 40.27%
BLUE value IS 114 (44.92% from 255) = 50.44%
R=9.29%
G=40.27%
B=50.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21911140.820.2000.55194.8468.8926.47
Hex155B725214037c3451a
Octal251331621222406730310532
Binary1010110110111110010101001010100011011111000011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,91,114); }

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

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

 a { background-color: rgb(21,91,114); }

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

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

 span { border-color: rgb(21,91,114); }

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