#135F7B

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

Shades of Allports #135F7B

Tints of Allports #135F7B

Color information

#135F7B (or 0x135F7B) is unknown color: approx Allports. HEX triplet: 13, 5F and 7B. RGB value is (19,95,123). Sum of RGB (Red+Green+Blue) = 19+95+123=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #135F7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135F7B is #ECA084. Grayscale: #4B4B4B. Windows color (decimal): -15507589 or 8085267. OLE color: 8085267.

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

Color convert

RGB1995123-
CMYK0.850.2300.52
HSL196.15º73.24%27.84%-
HSV(B)196.15º84.55%48.24%-
XYZ7.949.7520.2-
YUV75.47154.8287.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 95 (37.5% from 255) = 40.08%
BLUE value IS 123 (48.44% from 255) = 51.90%
R=8.02%
G=40.08%
B=51.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19951230.850.2300.52196.1573.2427.84
Hex135F7B5517034c4491c
Octal231371731252706430411134
Binary1001110111111111011101010110111011010011000100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,95,123); }

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

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

 a { background-color: rgb(19,95,123); }

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

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

 span { border-color: rgb(19,95,123); }

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