#155074

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

Shades of Orient #155074

Tints of Orient #155074

Color information

#155074 (or 0x155074) is unknown color: approx Orient. HEX triplet: 15, 50 and 74. RGB value is (21,80,116). Sum of RGB (Red+Green+Blue) = 21+80+116=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #155074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155074 is #EAAF8B. Grayscale: #424242. Windows color (decimal): -15380364 or 7622677. OLE color: 7622677.

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

Color convert

RGB2180116-
CMYK0.820.3100.55
HSL202.74º69.34%26.86%-
HSV(B)202.74º81.9%45.49%-
XYZ6.337.1617.57-
YUV66.46155.9595.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.68%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 116 (45.70% from 255) = 53.46%
R=9.68%
G=36.87%
B=53.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21801160.820.3100.55202.7469.3426.86
Hex155074521F037cb451b
Octal251201641223706731310533
Binary1010110100001110100101001011111011011111001011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155074; }

 p { color: rgb(21,80,116); }

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

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

 a { background-color: rgb(21,80,116); }

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

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

 span { border-color: rgb(21,80,116); }

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