#135670

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

Shades of Orient #135670

Tints of Orient #135670

Color information

#135670 (or 0x135670) is unknown color: approx Orient. HEX triplet: 13, 56 and 70. RGB value is (19,86,112). Sum of RGB (Red+Green+Blue) = 19+86+112=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #135670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135670 is #ECA98F. Grayscale: #444444. Windows color (decimal): -15509904 or 7362067. OLE color: 7362067.

HSL color Cylindrical-coordinate representation of color #135670: hue angle of 196.77º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #135670 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1986112-
CMYK0.830.2300.56
HSL196.77º70.99%25.69%-
HSV(B)196.77º83.04%43.92%-
XYZ6.527.9616.52-
YUV68.93152.392.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.76%
GREEN value IS 86 (33.98% from 255) = 39.63%
BLUE value IS 112 (44.14% from 255) = 51.61%
R=8.76%
G=39.63%
B=51.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19861120.830.2300.56196.7770.9925.69
Hex1356705317038c5471a
Octal231261601232707030510732
Binary1001110101101110000101001110111011100011000101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135670; }

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

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

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

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

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

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

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

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