#135B74

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

Shades of Orient #135B74

Tints of Orient #135B74

Color information

#135B74 (or 0x135B74) is unknown color: approx Orient. HEX triplet: 13, 5B and 74. RGB value is (19,91,116). Sum of RGB (Red+Green+Blue) = 19+91+116=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #135B74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B74 is #ECA48B. Grayscale: #484848. Windows color (decimal): -15508620 or 7625491. OLE color: 7625491.

HSL color Cylindrical-coordinate representation of color #135B74: hue angle of 195.46º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #135B74 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1991116-
CMYK0.840.2200.55
HSL195.46º71.85%26.47%-
HSV(B)195.46º83.62%45.49%-
XYZ7.168.8817.86-
YUV72.32152.6589.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.41%
GREEN value IS 91 (35.94% from 255) = 40.27%
BLUE value IS 116 (45.70% from 255) = 51.33%
R=8.41%
G=40.27%
B=51.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19911160.840.2200.55195.4671.8526.47
Hex135B745416037c3481a
Octal231331641242606730311032
Binary1001110110111110100101010010110011011111000011100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,91,116); }

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

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

 a { background-color: rgb(19,91,116); }

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

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

 span { border-color: rgb(19,91,116); }

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