#155272

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

Shades of Orient #155272

Tints of Orient #155272

Color information

#155272 (or 0x155272) is unknown color: approx Orient. HEX triplet: 15, 52 and 72. RGB value is (21,82,114). Sum of RGB (Red+Green+Blue) = 21+82+114=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #155272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155272 is #EAAD8D. Grayscale: #434343. Windows color (decimal): -15379854 or 7492117. OLE color: 7492117.

HSL color Cylindrical-coordinate representation of color #155272: hue angle of 200.65º 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 #155272 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2182114-
CMYK0.820.2800.55
HSL200.65º68.89%26.47%-
HSV(B)200.65º81.58%44.71%-
XYZ6.367.4117.01-
YUV67.41154.2994.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.68%
GREEN value IS 82 (32.42% from 255) = 37.79%
BLUE value IS 114 (44.92% from 255) = 52.53%
R=9.68%
G=37.79%
B=52.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21821140.820.2800.55200.6568.8926.47
Hex155272521C037c9451a
Octal251221621223406731110532
Binary1010110100101110010101001011100011011111001001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155272; }

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

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

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

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

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

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

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

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