#135576

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

Shades of Orient #135576

Tints of Orient #135576

Color information

#135576 (or 0x135576) is unknown color: approx Orient. HEX triplet: 13, 55 and 76. RGB value is (19,85,118). Sum of RGB (Red+Green+Blue) = 19+85+118=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #135576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135576 is #ECAA89. Grayscale: #444444. Windows color (decimal): -15510154 or 7755027. OLE color: 7755027.

HSL color Cylindrical-coordinate representation of color #135576: hue angle of 200º 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 #135576 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1985118-
CMYK0.840.2800.54
HSL200º72.26%26.86%-
HSV(B)200º83.9%46.27%-
XYZ6.797.9418.32-
YUV69.03155.6392.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.56%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 118 (46.48% from 255) = 53.15%
R=8.56%
G=38.29%
B=53.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19851180.840.2800.5420072.2626.86
Hex135576541C036c8481b
Octal231251661243406631011033
Binary1001110101011110110101010011100011011011001000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135576; }

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

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

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

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

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

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

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

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