#135777

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

Shades of Orient #135777

Tints of Orient #135777

Color information

#135777 (or 0x135777) is unknown color: approx Orient. HEX triplet: 13, 57 and 77. RGB value is (19,87,119). Sum of RGB (Red+Green+Blue) = 19+87+119=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #135777 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135777 is #ECA888. Grayscale: #464646. Windows color (decimal): -15509641 or 7821075. OLE color: 7821075.

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

Color convert

RGB1987119-
CMYK0.840.2700.53
HSL199.2º72.46%27.06%-
HSV(B)199.2º84.03%46.67%-
XYZ7.018.2918.68-
YUV70.32155.4791.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.44%
GREEN value IS 87 (34.38% from 255) = 38.67%
BLUE value IS 119 (46.88% from 255) = 52.89%
R=8.44%
G=38.67%
B=52.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19871190.840.2700.53199.272.4627.06
Hex135777541B035c7481b
Octal231271671243306530711033
Binary1001110101111110111101010011011011010111000111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135777; }

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

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

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

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

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

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

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

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