#155177

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

Shades of Orient #155177

Tints of Orient #155177

Color information

#155177 (or 0x155177) is unknown color: approx Orient. HEX triplet: 15, 51 and 77. RGB value is (21,81,119). Sum of RGB (Red+Green+Blue) = 21+81+119=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #155177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155177 is #EAAE88. Grayscale: #434343. Windows color (decimal): -15380105 or 7819541. OLE color: 7819541.

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

Color convert

RGB2181119-
CMYK0.820.3200.53
HSL203.27º70%27.45%-
HSV(B)203.27º82.35%46.67%-
XYZ6.587.3818.53-
YUV67.39157.1294.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.50%
GREEN value IS 81 (32.03% from 255) = 36.65%
BLUE value IS 119 (46.88% from 255) = 53.85%
R=9.50%
G=36.65%
B=53.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21811190.820.3200.53203.277027.45
Hex1551775220035cb461b
Octal251211671224006531310633
Binary10101101000111101111010010100000011010111001011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155177; }

 p { color: rgb(21,81,119); }

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

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

 a { background-color: rgb(21,81,119); }

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

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

 span { border-color: rgb(21,81,119); }

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