#135676

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

Shades of Orient #135676

Tints of Orient #135676

Color information

#135676 (or 0x135676) is unknown color: approx Orient. HEX triplet: 13, 56 and 76. RGB value is (19,86,118). Sum of RGB (Red+Green+Blue) = 19+86+118=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #135676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135676 is #ECA989. Grayscale: #454545. Windows color (decimal): -15509898 or 7755283. OLE color: 7755283.

HSL color Cylindrical-coordinate representation of color #135676: hue angle of 199.39º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #135676 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1986118-
CMYK0.840.2700.54
HSL199.39º72.26%26.86%-
HSV(B)199.39º83.9%46.27%-
XYZ6.878.118.34-
YUV69.61155.391.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.52%
GREEN value IS 86 (33.98% from 255) = 38.57%
BLUE value IS 118 (46.48% from 255) = 52.91%
R=8.52%
G=38.57%
B=52.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19861180.840.2700.54199.3972.2626.86
Hex135676541B036c7481b
Octal231261661243306630711033
Binary1001110101101110110101010011011011011011000111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135676; }

 p { color: rgb(19,86,118); }

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

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

 a { background-color: rgb(19,86,118); }

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

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

 span { border-color: rgb(19,86,118); }

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