#155A78

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

Shades of Orient #155A78

Tints of Orient #155A78

Color information

#155A78 (or 0x155A78) is unknown color: approx Orient. HEX triplet: 15, 5A and 78. RGB value is (21,90,120). Sum of RGB (Red+Green+Blue) = 21+90+120=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #155A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A78 is #EAA587. Grayscale: #484848. Windows color (decimal): -15377800 or 7887381. OLE color: 7887381.

HSL color Cylindrical-coordinate representation of color #155A78: hue angle of 198.18º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155A78 is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2190120-
CMYK0.830.2500.53
HSL198.18º70.21%27.65%-
HSV(B)198.18º82.5%47.06%-
XYZ7.368.8319.09-
YUV72.79154.6491.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.09%
GREEN value IS 90 (35.55% from 255) = 38.96%
BLUE value IS 120 (47.27% from 255) = 51.95%
R=9.09%
G=38.96%
B=51.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21901200.830.2500.53198.1870.2127.65
Hex155A785319035c6461c
Octal251321701233106530610634
Binary1010110110101111000101001111001011010111000110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155A78; }

 p { color: rgb(21,90,120); }

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

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

 a { background-color: rgb(21,90,120); }

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

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

 span { border-color: rgb(21,90,120); }

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