#135477

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

Shades of Orient #135477

Tints of Orient #135477

Color information

#135477 (or 0x135477) is unknown color: approx Orient. HEX triplet: 13, 54 and 77. RGB value is (19,84,119). Sum of RGB (Red+Green+Blue) = 19+84+119=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #135477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135477 is #ECAB88. Grayscale: #444444. Windows color (decimal): -15510409 or 7820307. OLE color: 7820307.

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

Color convert

RGB1984119-
CMYK0.840.2900.53
HSL201º72.46%27.06%-
HSV(B)201º84.03%46.67%-
XYZ6.777.8118.6-
YUV68.55156.4792.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.56%
GREEN value IS 84 (33.20% from 255) = 37.84%
BLUE value IS 119 (46.88% from 255) = 53.60%
R=8.56%
G=37.84%
B=53.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19841190.840.2900.5320172.4627.06
Hex135477541D035c9481b
Octal231241671243506531111033
Binary1001110101001110111101010011101011010111001001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135477; }

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

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

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

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

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

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

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

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