#135C78

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

Shades of Orient #135C78

Tints of Orient #135C78

Color information

#135C78 (or 0x135C78) is unknown color: approx Orient. HEX triplet: 13, 5C and 78. RGB value is (19,92,120). Sum of RGB (Red+Green+Blue) = 19+92+120=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #135C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C78 is #ECA387. Grayscale: #494949. Windows color (decimal): -15508360 or 7887891. OLE color: 7887891.

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

Color convert

RGB1992120-
CMYK0.840.2300.53
HSL196.63º72.66%27.25%-
HSV(B)196.63º84.17%47.06%-
XYZ7.499.1519.14-
YUV73.36154.3289.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.23%
GREEN value IS 92 (36.33% from 255) = 39.83%
BLUE value IS 120 (47.27% from 255) = 51.95%
R=8.23%
G=39.83%
B=51.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19921200.840.2300.53196.6372.6627.25
Hex135C785417035c5491b
Octal231341701242706530511133
Binary1001110111001111000101010010111011010111000101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135C78; }

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

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

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

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

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

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

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

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