Html Css Color HEX #137885 Allports

📋 copy color: '#137885'

red 19 ◦ green 120 ◦ blue 133

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

Shades of Allports #137885

Tints of Allports #137885

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.12%

 BLUE value IS 133 (52.34% from 255) = 48.9%

R = 6.99%
G = 44.12%
B = 48.9%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#137885 (or 0x137885) is known color: Allports. HEX triplet: 13, 78 and 85. RGB value is (19,120,133). Sum of RGB (Red+Green+Blue) = 19+120+133=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #137885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137885 is #EC877A. Grayscale: #5B5B5B. Windows color (decimal): -15501179 or 8747027. OLE color: 8747027.

HSL color Cylindrical-coordinate representation of color #137885: hue angle of 186.84º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137885 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 120 133 -
CMYK 0.86 0.10 0 0.48
HSL 186.84º 0.75% 0.3% -
HSV(B) 186.84º 0.86% 0.52% -
XYZ 11.22 15.26 24.55 -
YUV 91.28 151.54 76.44 -
System Red Green Blue C M Y K H S L
Decimal 19 120 133 0.86 0.10 0 0.48 186.84 0.75 0.3
Hex 13 78 85 56 A 0 30 BB 4B 1E
Octal 23 170 205 126 12 0 60 273 113 36
Binary 10011 1111000 10000101 1010110 1010 0 110000 10111011 1001011 11110

Color Harmonies of #137885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137885

Black with #137885

Text Example


Text Example

White with #137885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137885; }

 p { color: rgb(19,120,133); }

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

background-color css

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

 a { background-color: rgb(19,120,133); }

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

border-color css

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

 span { border-color: rgb(19,120,133); }

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