Html Css Color HEX #137690 Allports

📋 copy color: '#137690'

red 19 ◦ green 118 ◦ blue 144

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

Shades of Allports #137690

Tints of Allports #137690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.99%

 BLUE value IS 144 (56.64% from 255) = 51.25%

R = 6.76%
G = 41.99%
B = 51.25%

CMYK

 C value IS 0.87

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#137690 (or 0x137690) is known color: Allports. HEX triplet: 13, 76 and 90. RGB value is (19,118,144). Sum of RGB (Red+Green+Blue) = 19+118+144=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #137690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137690 is #EC896F. Grayscale: #5B5B5B. Windows color (decimal): -15501680 or 9467411. OLE color: 9467411.

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

Color convert

RGB 19 118 144 -
CMYK 0.87 0.18 0 0.44
HSL 192.48º 0.77% 0.32% -
HSV(B) 192.48º 0.87% 0.56% -
XYZ 11.78 15.11 28.68 -
YUV 91.36 157.7 76.39 -
System Red Green Blue C M Y K H S L
Decimal 19 118 144 0.87 0.18 0 0.44 192.48 0.77 0.32
Hex 13 76 90 57 12 0 2C C0 4D 20
Octal 23 166 220 127 22 0 54 300 115 40
Binary 10011 1110110 10010000 1010111 10010 0 101100 11000000 1001101 100000

Color Harmonies of #137690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137690

Black with #137690

Text Example


Text Example

White with #137690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137690; }

 p { color: rgb(19,118,144); }

 H1.HeaderClassName
 {
   color: #137690;
 }
 .AnyTagClassName
 {
   color: #137690;
 }
</style>

background-color css

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

 a { background-color: rgb(19,118,144); }

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

border-color css

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

 span { border-color: rgb(19,118,144); }

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