#137492

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

Shades of Allports #137492

Tints of Allports #137492

Color information

#137492 (or 0x137492) is unknown color: approx Allports. HEX triplet: 13, 74 and 92. RGB value is (19,116,146). Sum of RGB (Red+Green+Blue) = 19+116+146=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #137492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137492 is #EC8B6D. Grayscale: #5A5A5A. Windows color (decimal): -15502190 or 9597971. OLE color: 9597971.

HSL color Cylindrical-coordinate representation of color #137492: hue angle of 194.17º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #137492 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB19116146-
CMYK0.870.2100.43
HSL194.17º76.97%32.35%-
HSV(B)194.17º86.99%57.25%-
XYZ11.714.729.42-
YUV90.42159.3677.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.76%
GREEN value IS 116 (45.70% from 255) = 41.28%
BLUE value IS 146 (57.42% from 255) = 51.96%
R=6.76%
G=41.28%
B=51.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal191161460.870.2100.43194.1776.9732.35
Hex137492571502Bc24d20
Octal231642221272505330211540
Binary100111110100100100101010111101010101011110000101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137492; }

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

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

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

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

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

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

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

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