Html Css Color HEX #137492 Allports

📋 copy color: '#137492'

red 19 ◦ green 116 ◦ blue 146

#137492
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #137492

Tints of Allports #137492

RGB

 RED value IS 19 (7.81% from 255) = 6.76%

 GREEN value IS 116 (45.7% 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 value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#137492 (or 0x137492) is known color: 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

RGB 19 116 146 -
CMYK 0.87 0.21 0 0.43
HSL 194.17º 0.77% 0.32% -
HSV(B) 194.17º 0.87% 0.57% -
XYZ 11.7 14.7 29.42 -
YUV 90.42 159.36 77.06 -
System Red Green Blue C M Y K H S L
Decimal 19 116 146 0.87 0.21 0 0.43 194.17 0.77 0.32
Hex 13 74 92 57 15 0 2B C2 4D 20
Octal 23 164 222 127 25 0 53 302 115 40
Binary 10011 1110100 10010010 1010111 10101 0 101011 11000010 1001101 100000

Color Harmonies of #137492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137492

Black with #137492

Text Example


Text Example

White with #137492

Text Example


Text Example

HTML Codes & Css Web 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>