#135476

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

Shades of Orient #135476

Tints of Orient #135476

Color information

#135476 (or 0x135476) is unknown color: approx Orient. HEX triplet: 13, 54 and 76. RGB value is (19,84,118). Sum of RGB (Red+Green+Blue) = 19+84+118=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #135476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135476 is #ECAB89. Grayscale: #444444. Windows color (decimal): -15510410 or 7754771. OLE color: 7754771.

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

Color convert

RGB1984118-
CMYK0.840.2900.54
HSL200.61º72.26%26.86%-
HSV(B)200.61º83.9%46.27%-
XYZ6.717.7918.29-
YUV68.44155.9792.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.60%
GREEN value IS 84 (33.20% from 255) = 38.01%
BLUE value IS 118 (46.48% from 255) = 53.39%
R=8.60%
G=38.01%
B=53.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19841180.840.2900.54200.6172.2626.86
Hex135476541D036c9481b
Octal231241661243506631111033
Binary1001110101001110110101010011101011011011001001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135476; }

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

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

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

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

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

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

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

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