#136281

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

Shades of Allports #136281

Tints of Allports #136281

Color information

#136281 (or 0x136281) is unknown color: approx Allports. HEX triplet: 13, 62 and 81. RGB value is (19,98,129). Sum of RGB (Red+Green+Blue) = 19+98+129=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #136281 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136281 is #EC9D7E. Grayscale: #4D4D4D. Windows color (decimal): -15506815 or 8479251. OLE color: 8479251.

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

Color convert

RGB1998129-
CMYK0.850.2400.49
HSL196.91º74.32%29.02%-
HSV(B)196.91º85.27%50.59%-
XYZ8.610.4622.33-
YUV77.91156.8385.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.72%
GREEN value IS 98 (38.67% from 255) = 39.84%
BLUE value IS 129 (50.78% from 255) = 52.44%
R=7.72%
G=39.84%
B=52.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19981290.850.2400.49196.9174.3229.02
Hex1362815518031c54a1d
Octal231422011253006130511235
Binary10011110001010000001101010111000011000111000101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136281; }

 p { color: rgb(19,98,129); }

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

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

 a { background-color: rgb(19,98,129); }

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

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

 span { border-color: rgb(19,98,129); }

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