Html Css Color HEX #136978 Allports

📋 copy color: '#136978'

red 19 ◦ green 105 ◦ blue 120

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

Shades of Allports #136978

Tints of Allports #136978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 49.18%

R = 7.79%
G = 43.03%
B = 49.18%

CMYK

 C value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#136978 (or 0x136978) is known color: Allports. HEX triplet: 13, 69 and 78. RGB value is (19,105,120). Sum of RGB (Red+Green+Blue) = 19+105+120=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #136978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136978 is #EC9687. Grayscale: #505050. Windows color (decimal): -15505032 or 7891219. OLE color: 7891219.

HSL color Cylindrical-coordinate representation of color #136978: hue angle of 188.91º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136978 is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 105 120 -
CMYK 0.84 0.13 0 0.53
HSL 188.91º 0.73% 0.27% -
HSV(B) 188.91º 0.84% 0.47% -
XYZ 8.71 11.6 19.55 -
YUV 81 150.01 83.78 -
System Red Green Blue C M Y K H S L
Decimal 19 105 120 0.84 0.13 0 0.53 188.91 0.73 0.27
Hex 13 69 78 54 D 0 35 BD 49 1B
Octal 23 151 170 124 15 0 65 275 111 33
Binary 10011 1101001 1111000 1010100 1101 0 110101 10111101 1001001 11011

Color Harmonies of #136978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136978

Black with #136978

Text Example


Text Example

White with #136978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136978; }

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

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

background-color css

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

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

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

border-color css

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

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

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