#155373

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

Shades of Orient #155373

Tints of Orient #155373

Color information

#155373 (or 0x155373) is unknown color: approx Orient. HEX triplet: 15, 53 and 73. RGB value is (21,83,115). Sum of RGB (Red+Green+Blue) = 21+83+115=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #155373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155373 is #EAAC8C. Grayscale: #434343. Windows color (decimal): -15379597 or 7557909. OLE color: 7557909.

HSL color Cylindrical-coordinate representation of color #155373: hue angle of 200.43º 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 #155373 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2183115-
CMYK0.820.2800.55
HSL200.43º69.12%26.67%-
HSV(B)200.43º81.74%45.1%-
XYZ6.57.5817.34-
YUV68.11154.4694.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.59%
GREEN value IS 83 (32.81% from 255) = 37.90%
BLUE value IS 115 (45.31% from 255) = 52.51%
R=9.59%
G=37.90%
B=52.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21831150.820.2800.55200.4369.1226.67
Hex155373521C037c8451b
Octal251231631223406731010533
Binary1010110100111110011101001011100011011111001000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155373; }

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

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

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

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

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

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

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

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