#155471

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

Shades of Orient #155471

Tints of Orient #155471

Color information

#155471 (or 0x155471) is unknown color: approx Orient. HEX triplet: 15, 54 and 71. RGB value is (21,84,113). Sum of RGB (Red+Green+Blue) = 21+84+113=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #155471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155471 is #EAAB8E. Grayscale: #444444. Windows color (decimal): -15379343 or 7427093. OLE color: 7427093.

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

Color convert

RGB2184113-
CMYK0.810.2600.56
HSL198.91º68.66%26.27%-
HSV(B)198.91º81.42%44.31%-
XYZ6.467.6916.77-
YUV68.47153.1394.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.63%
GREEN value IS 84 (33.20% from 255) = 38.53%
BLUE value IS 113 (44.53% from 255) = 51.83%
R=9.63%
G=38.53%
B=51.83%

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
Decimal21841130.810.2600.56198.9168.6626.27
Hex155471511A038c7451a
Octal251241611213207030710532
Binary1010110101001110001101000111010011100011000111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155471; }

 p { color: rgb(21,84,113); }

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

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

 a { background-color: rgb(21,84,113); }

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

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

 span { border-color: rgb(21,84,113); }

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