#115370

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

Shades of Orient #115370

Tints of Orient #115370

Color information

#115370 (or 0x115370) is unknown color: approx Orient. HEX triplet: 11, 53 and 70. RGB value is (17,83,112). Sum of RGB (Red+Green+Blue) = 17+83+112=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #115370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115370 is #EEAC8F. Grayscale: #424242. Windows color (decimal): -15641744 or 7361297. OLE color: 7361297.

HSL color Cylindrical-coordinate representation of color #115370: hue angle of 198.32º 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 #115370 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1783112-
CMYK0.850.2600.56
HSL198.32º73.64%25.29%-
HSV(B)198.32º84.82%43.92%-
XYZ6.257.4816.44-
YUV66.57153.6392.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.02%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 112 (44.14% from 255) = 52.83%
R=8.02%
G=39.15%
B=52.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17831120.850.2600.56198.3273.6425.29
Hex115370551A038c64a19
Octal211231601253207030611231
Binary1000110100111110000101010111010011100011000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115370; }

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

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

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

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

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

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

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

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