#115270

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

Shades of Orient #115270

Tints of Orient #115270

Color information

#115270 (or 0x115270) is unknown color: approx Orient. HEX triplet: 11, 52 and 70. RGB value is (17,82,112). Sum of RGB (Red+Green+Blue) = 17+82+112=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #115270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115270 is #EEAD8F. Grayscale: #414141. Windows color (decimal): -15642000 or 7361041. OLE color: 7361041.

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

Color convert

RGB1782112-
CMYK0.850.2700.56
HSL198.95º73.64%25.29%-
HSV(B)198.95º84.82%43.92%-
XYZ6.177.3216.42-
YUV65.98153.9793.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.06%
GREEN value IS 82 (32.42% from 255) = 38.86%
BLUE value IS 112 (44.14% from 255) = 53.08%
R=8.06%
G=38.86%
B=53.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17821120.850.2700.56198.9573.6425.29
Hex115270551B038c74a19
Octal211221601253307030711231
Binary1000110100101110000101010111011011100011000111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115270; }

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

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

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

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

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

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

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

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