Html Css Color HEX #137083 Allports

📋 copy color: '#137083'

red 19 ◦ green 112 ◦ blue 131

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

Shades of Allports #137083

Tints of Allports #137083

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.75%

 BLUE value IS 131 (51.56% from 255) = 50%

R = 7.25%
G = 42.75%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#137083 (or 0x137083) is known color: Allports. HEX triplet: 13, 70 and 83. RGB value is (19,112,131). Sum of RGB (Red+Green+Blue) = 19+112+131=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #137083 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137083 is #EC8F7C. Grayscale: #565656. Windows color (decimal): -15503229 or 8613907. OLE color: 8613907.

HSL color Cylindrical-coordinate representation of color #137083: hue angle of 190.18º degrees, saturation: 0.75, 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 #137083 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 112 131 -
CMYK 0.85 0.15 0 0.49
HSL 190.18º 0.75% 0.29% -
HSV(B) 190.18º 0.85% 0.51% -
XYZ 10.16 13.37 23.52 -
YUV 86.36 153.19 79.96 -
System Red Green Blue C M Y K H S L
Decimal 19 112 131 0.85 0.15 0 0.49 190.18 0.75 0.29
Hex 13 70 83 55 F 0 31 BE 4B 1D
Octal 23 160 203 125 17 0 61 276 113 35
Binary 10011 1110000 10000011 1010101 1111 0 110001 10111110 1001011 11101

Color Harmonies of #137083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137083

Black with #137083

Text Example


Text Example

White with #137083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137083; }

 p { color: rgb(19,112,131); }

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

background-color css

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

 a { background-color: rgb(19,112,131); }

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

border-color css

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

 span { border-color: rgb(19,112,131); }

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