#155B74

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

Shades of Orient #155B74

Tints of Orient #155B74

Color information

#155B74 (or 0x155B74) is unknown color: approx Orient. HEX triplet: 15, 5B and 74. RGB value is (21,91,116). Sum of RGB (Red+Green+Blue) = 21+91+116=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #155B74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B74 is #EAA48B. Grayscale: #484848. Windows color (decimal): -15377548 or 7625493. OLE color: 7625493.

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

Color convert

RGB2191116-
CMYK0.820.2200.55
HSL195.79º69.34%26.86%-
HSV(B)195.79º81.9%45.49%-
XYZ7.28.917.86-
YUV72.92152.3190.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.21%
GREEN value IS 91 (35.94% from 255) = 39.91%
BLUE value IS 116 (45.70% from 255) = 50.88%
R=9.21%
G=39.91%
B=50.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21911160.820.2200.55195.7969.3426.86
Hex155B745216037c4451b
Octal251331641222606730410533
Binary1010110110111110100101001010110011011111000100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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