#155370

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

Shades of Orient #155370

Tints of Orient #155370

Color information

#155370 (or 0x155370) is unknown color: approx Orient. HEX triplet: 15, 53 and 70. RGB value is (21,83,112). Sum of RGB (Red+Green+Blue) = 21+83+112=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #155370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155370 is #EAAC8F. Grayscale: #434343. Windows color (decimal): -15379600 or 7361301. OLE color: 7361301.

HSL color Cylindrical-coordinate representation of color #155370: hue angle of 199.12º 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 #155370 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2183112-
CMYK0.810.2600.56
HSL199.12º68.42%26.08%-
HSV(B)199.12º81.25%43.92%-
XYZ6.337.5216.45-
YUV67.77152.9694.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.72%
GREEN value IS 83 (32.81% from 255) = 38.43%
BLUE value IS 112 (44.14% from 255) = 51.85%
R=9.72%
G=38.43%
B=51.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21831120.810.2600.56199.1268.4226.08
Hex155370511A038c7441a
Octal251231601213207030710432
Binary1010110100111110000101000111010011100011000111100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155370; }

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

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

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

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

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

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

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

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