#155872

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

Shades of Orient #155872

Tints of Orient #155872

Color information

#155872 (or 0x155872) is unknown color: approx Orient. HEX triplet: 15, 58 and 72. RGB value is (21,88,114). Sum of RGB (Red+Green+Blue) = 21+88+114=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #155872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155872 is #EAA78D. Grayscale: #464646. Windows color (decimal): -15378318 or 7493653. OLE color: 7493653.

HSL color Cylindrical-coordinate representation of color #155872: hue angle of 196.77º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155872 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2188114-
CMYK0.820.2300.55
HSL196.77º68.89%26.47%-
HSV(B)196.77º81.58%44.71%-
XYZ6.848.3517.17-
YUV70.93152.392.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.42%
GREEN value IS 88 (34.77% from 255) = 39.46%
BLUE value IS 114 (44.92% from 255) = 51.12%
R=9.42%
G=39.46%
B=51.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21881140.820.2300.55196.7768.8926.47
Hex1558725217037c5451a
Octal251301621222706730510532
Binary1010110110001110010101001010111011011111000101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155872; }

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

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

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

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

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

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

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

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