#135376

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

Shades of Orient #135376

Tints of Orient #135376

Color information

#135376 (or 0x135376) is unknown color: approx Orient. HEX triplet: 13, 53 and 76. RGB value is (19,83,118). Sum of RGB (Red+Green+Blue) = 19+83+118=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #135376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135376 is #ECAC89. Grayscale: #434343. Windows color (decimal): -15510666 or 7754515. OLE color: 7754515.

HSL color Cylindrical-coordinate representation of color #135376: hue angle of 201.21º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #135376 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1983118-
CMYK0.840.3000.54
HSL201.21º72.26%26.86%-
HSV(B)201.21º83.9%46.27%-
XYZ6.637.6318.26-
YUV67.85156.393.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.64%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 118 (46.48% from 255) = 53.64%
R=8.64%
G=37.73%
B=53.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19831180.840.3000.54201.2172.2626.86
Hex135376541E036c9481b
Octal231231661243606631111033
Binary1001110100111110110101010011110011011011001001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135376; }

 p { color: rgb(19,83,118); }

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

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

 a { background-color: rgb(19,83,118); }

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

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

 span { border-color: rgb(19,83,118); }

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