#135678

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

Shades of Orient #135678

Tints of Orient #135678

Color information

#135678 (or 0x135678) is unknown color: approx Orient. HEX triplet: 13, 56 and 78. RGB value is (19,86,120). Sum of RGB (Red+Green+Blue) = 19+86+120=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #135678 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135678 is #ECA987. Grayscale: #454545. Windows color (decimal): -15509896 or 7886355. OLE color: 7886355.

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

Color convert

RGB1986120-
CMYK0.840.2800.53
HSL200.2º72.66%27.25%-
HSV(B)200.2º84.17%47.06%-
XYZ6.998.1518.97-
YUV69.84156.391.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.44%
GREEN value IS 86 (33.98% from 255) = 38.22%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=8.44%
G=38.22%
B=53.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19861200.840.2800.53200.272.6627.25
Hex135678541C035c8491b
Octal231261701243406531011133
Binary1001110101101111000101010011100011010111001000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135678; }

 p { color: rgb(19,86,120); }

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

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

 a { background-color: rgb(19,86,120); }

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

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

 span { border-color: rgb(19,86,120); }

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