#135E7C

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

Shades of Allports #135E7C

Tints of Allports #135E7C

Color information

#135E7C (or 0x135E7C) is unknown color: approx Allports. HEX triplet: 13, 5E and 7C. RGB value is (19,94,124). Sum of RGB (Red+Green+Blue) = 19+94+124=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #135E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E7C is #ECA183. Grayscale: #4A4A4A. Windows color (decimal): -15507844 or 8150547. OLE color: 8150547.

HSL color Cylindrical-coordinate representation of color #135E7C: hue angle of 197.14º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #135E7C is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1994124-
CMYK0.850.2400.51
HSL197.14º73.43%28.04%-
HSV(B)197.14º84.68%48.63%-
XYZ7.919.620.5-
YUV74.99155.6588.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 94 (37.11% from 255) = 39.66%
BLUE value IS 124 (48.83% from 255) = 52.32%
R=8.02%
G=39.66%
B=52.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19941240.850.2400.51197.1473.4328.04
Hex135E7C5518033c5491c
Octal231361741253006330511134
Binary1001110111101111100101010111000011001111000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,94,124); }

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

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

 a { background-color: rgb(19,94,124); }

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

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

 span { border-color: rgb(19,94,124); }

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