#115476

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

Shades of Orient #115476

Tints of Orient #115476

Color information

#115476 (or 0x115476) is unknown color: approx Orient. HEX triplet: 11, 54 and 76. RGB value is (17,84,118). Sum of RGB (Red+Green+Blue) = 17+84+118=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #115476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115476 is #EEAB89. Grayscale: #434343. Windows color (decimal): -15641482 or 7754769. OLE color: 7754769.

HSL color Cylindrical-coordinate representation of color #115476: hue angle of 200.2º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #115476 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1784118-
CMYK0.860.2900.54
HSL200.2º74.81%26.47%-
HSV(B)200.2º85.59%46.27%-
XYZ6.677.7718.29-
YUV67.84156.391.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.76%
GREEN value IS 84 (33.20% from 255) = 38.36%
BLUE value IS 118 (46.48% from 255) = 53.88%
R=7.76%
G=38.36%
B=53.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17841180.860.2900.54200.274.8126.47
Hex115476561D036c84b1a
Octal211241661263506631011332
Binary1000110101001110110101011011101011011011001000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115476; }

 p { color: rgb(17,84,118); }

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

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

 a { background-color: rgb(17,84,118); }

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

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

 span { border-color: rgb(17,84,118); }

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