#155275

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

Shades of Orient #155275

Tints of Orient #155275

Color information

#155275 (or 0x155275) is unknown color: approx Orient. HEX triplet: 15, 52 and 75. RGB value is (21,82,117). Sum of RGB (Red+Green+Blue) = 21+82+117=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #155275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155275 is #EAAD8A. Grayscale: #434343. Windows color (decimal): -15379851 or 7688725. OLE color: 7688725.

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

Color convert

RGB2182117-
CMYK0.820.3000.54
HSL201.88º69.57%27.06%-
HSV(B)201.88º82.05%45.88%-
XYZ6.547.4817.93-
YUV67.75155.7994.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.55%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 117 (46.09% from 255) = 53.18%
R=9.55%
G=37.27%
B=53.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21821170.820.3000.54201.8869.5727.06
Hex155275521E036ca461b
Octal251221651223606631210633
Binary1010110100101110101101001011110011011011001010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155275; }

 p { color: rgb(21,82,117); }

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

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

 a { background-color: rgb(21,82,117); }

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

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

 span { border-color: rgb(21,82,117); }

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