Html Css Color HEX #136971 Allports

📋 copy color: '#136971'

red 19 ◦ green 105 ◦ blue 113

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

Shades of Allports #136971

Tints of Allports #136971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.3%

 BLUE value IS 113 (44.53% from 255) = 47.68%

R = 8.02%
G = 44.3%
B = 47.68%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#136971 (or 0x136971) is known color: Allports. HEX triplet: 13, 69 and 71. RGB value is (19,105,113). Sum of RGB (Red+Green+Blue) = 19+105+113=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #136971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136971 is #EC968E. Grayscale: #505050. Windows color (decimal): -15505039 or 7432467. OLE color: 7432467.

HSL color Cylindrical-coordinate representation of color #136971: hue angle of 185.11º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136971 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 105 113 -
CMYK 0.83 0.07 0 0.56
HSL 185.11º 0.71% 0.26% -
HSV(B) 185.11º 0.83% 0.44% -
XYZ 8.3 11.43 17.39 -
YUV 80.2 146.51 84.35 -
System Red Green Blue C M Y K H S L
Decimal 19 105 113 0.83 0.07 0 0.56 185.11 0.71 0.26
Hex 13 69 71 53 7 0 38 B9 47 1A
Octal 23 151 161 123 7 0 70 271 107 32
Binary 10011 1101001 1110001 1010011 111 0 111000 10111001 1000111 11010

Color Harmonies of #136971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136971

Black with #136971

Text Example


Text Example

White with #136971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136971; }

 p { color: rgb(19,105,113); }

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

background-color css

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

 a { background-color: rgb(19,105,113); }

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

border-color css

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

 span { border-color: rgb(19,105,113); }

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