#135877

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

Shades of Orient #135877

Tints of Orient #135877

Color information

#135877 (or 0x135877) is unknown color: approx Orient. HEX triplet: 13, 58 and 77. RGB value is (19,88,119). Sum of RGB (Red+Green+Blue) = 19+88+119=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #135877 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135877 is #ECA788. Grayscale: #464646. Windows color (decimal): -15509385 or 7821331. OLE color: 7821331.

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

Color convert

RGB1988119-
CMYK0.840.2600.53
HSL198.6º72.46%27.06%-
HSV(B)198.6º84.03%46.67%-
XYZ7.098.4518.71-
YUV70.9155.1490.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.41%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 119 (46.88% from 255) = 52.65%
R=8.41%
G=38.94%
B=52.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19881190.840.2600.53198.672.4627.06
Hex135877541A035c7481b
Octal231301671243206530711033
Binary1001110110001110111101010011010011010111000111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135877; }

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

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

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

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

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

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

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

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