#136675

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

Shades of Allports #136675

Tints of Allports #136675

Color information

#136675 (or 0x136675) is unknown color: approx Allports. HEX triplet: 13, 66 and 75. RGB value is (19,102,117). Sum of RGB (Red+Green+Blue) = 19+102+117=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #136675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136675 is #EC998A. Grayscale: #4E4E4E. Windows color (decimal): -15505803 or 7693843. OLE color: 7693843.

HSL color Cylindrical-coordinate representation of color #136675: hue angle of 189.18º 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 #136675 is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB19102117-
CMYK0.840.1300.54
HSL189.18º72.06%26.67%-
HSV(B)189.18º83.76%45.88%-
XYZ8.2310.9318.5-
YUV78.89149.585.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.98%
GREEN value IS 102 (40.23% from 255) = 42.86%
BLUE value IS 117 (46.09% from 255) = 49.16%
R=7.98%
G=42.86%
B=49.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal191021170.840.1300.54189.1872.0626.67
Hex13667554D036bd481b
Octal231461651241506627511033
Binary100111100110111010110101001101011011010111101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136675; }

 p { color: rgb(19,102,117); }

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

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

 a { background-color: rgb(19,102,117); }

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

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

 span { border-color: rgb(19,102,117); }

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