#155270

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

Shades of Orient #155270

Tints of Orient #155270

Color information

#155270 (or 0x155270) is unknown color: approx Orient. HEX triplet: 15, 52 and 70. RGB value is (21,82,112). Sum of RGB (Red+Green+Blue) = 21+82+112=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #155270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155270 is #EAAD8F. Grayscale: #434343. Windows color (decimal): -15379856 or 7361045. OLE color: 7361045.

HSL color Cylindrical-coordinate representation of color #155270: hue angle of 199.78º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #155270 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2182112-
CMYK0.810.2700.56
HSL199.78º68.42%26.08%-
HSV(B)199.78º81.25%43.92%-
XYZ6.257.3616.42-
YUV67.18153.2995.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.77%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=9.77%
G=38.14%
B=52.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21821120.810.2700.56199.7868.4226.08
Hex155270511B038c8441a
Octal251221601213307031010432
Binary1010110100101110000101000111011011100011001000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155270; }

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

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

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

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

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

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

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

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