#155870

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

Shades of Orient #155870

Tints of Orient #155870

Color information

#155870 (or 0x155870) is unknown color: approx Orient. HEX triplet: 15, 58 and 70. RGB value is (21,88,112). Sum of RGB (Red+Green+Blue) = 21+88+112=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #155870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155870 is #EAA78F. Grayscale: #464646. Windows color (decimal): -15378320 or 7362581. OLE color: 7362581.

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

Color convert

RGB2188112-
CMYK0.810.2100.56
HSL195.82º68.42%26.08%-
HSV(B)195.82º81.25%43.92%-
XYZ6.728.3116.58-
YUV70.7151.392.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.50%
GREEN value IS 88 (34.77% from 255) = 39.82%
BLUE value IS 112 (44.14% from 255) = 50.68%
R=9.50%
G=39.82%
B=50.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21881120.810.2100.56195.8268.4226.08
Hex1558705115038c4441a
Octal251301601212507030410432
Binary1010110110001110000101000110101011100011000100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155870; }

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

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

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

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

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

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

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

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