#155B70

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

Shades of Orient #155B70

Tints of Orient #155B70

Color information

#155B70 (or 0x155B70) is unknown color: approx Orient. HEX triplet: 15, 5B and 70. RGB value is (21,91,112). Sum of RGB (Red+Green+Blue) = 21+91+112=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #155B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B70 is #EAA48F. Grayscale: #484848. Windows color (decimal): -15377552 or 7363349. OLE color: 7363349.

HSL color Cylindrical-coordinate representation of color #155B70: hue angle of 193.85º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #155B70 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2191112-
CMYK0.810.1900.56
HSL193.85º68.42%26.08%-
HSV(B)193.85º81.25%43.92%-
XYZ6.978.8116.66-
YUV72.46150.3191.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.38%
GREEN value IS 91 (35.94% from 255) = 40.62%
BLUE value IS 112 (44.14% from 255) = 50%
R=9.38%
G=40.62%
B=50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21911120.810.1900.56193.8568.4226.08
Hex155B705113038c2441a
Octal251331601212307030210432
Binary1010110110111110000101000110011011100011000010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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