#135070

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

Shades of Orient #135070

Tints of Orient #135070

Color information

#135070 (or 0x135070) is unknown color: approx Orient. HEX triplet: 13, 50 and 70. RGB value is (19,80,112). Sum of RGB (Red+Green+Blue) = 19+80+112=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #135070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135070 is #ECAF8F. Grayscale: #414141. Windows color (decimal): -15511440 or 7360531. OLE color: 7360531.

HSL color Cylindrical-coordinate representation of color #135070: hue angle of 200.65º 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 #135070 is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1980112-
CMYK0.830.2900.56
HSL200.65º70.99%25.69%-
HSV(B)200.65º83.04%43.92%-
XYZ6.067.0516.37-
YUV65.41154.2994.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.00%
GREEN value IS 80 (31.64% from 255) = 37.91%
BLUE value IS 112 (44.14% from 255) = 53.08%
R=9.00%
G=37.91%
B=53.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19801120.830.2900.56200.6570.9925.69
Hex135070531D038c9471a
Octal231201601233507031110732
Binary1001110100001110000101001111101011100011001001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135070; }

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

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

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

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

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

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

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

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