Html Css Color HEX #136B78 Allports

📋 copy color: '#136B78'

red 19 ◦ green 107 ◦ blue 120

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

Shades of Allports #136B78

Tints of Allports #136B78

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.5%

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

R = 7.72%
G = 43.5%
B = 48.78%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#136B78 (or 0x136B78) is known color: Allports. HEX triplet: 13, 6B and 78. RGB value is (19,107,120). Sum of RGB (Red+Green+Blue) = 19+107+120=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #136B78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B78 is #EC9487. Grayscale: #525252. Windows color (decimal): -15504520 or 7891731. OLE color: 7891731.

HSL color Cylindrical-coordinate representation of color #136B78: hue angle of 187.72º 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 #136B78 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 107 120 -
CMYK 0.84 0.11 0 0.53
HSL 187.72º 0.73% 0.27% -
HSV(B) 187.72º 0.84% 0.47% -
XYZ 8.92 12.01 19.62 -
YUV 82.17 149.35 82.94 -
System Red Green Blue C M Y K H S L
Decimal 19 107 120 0.84 0.11 0 0.53 187.72 0.73 0.27
Hex 13 6B 78 54 B 0 35 BC 49 1B
Octal 23 153 170 124 13 0 65 274 111 33
Binary 10011 1101011 1111000 1010100 1011 0 110101 10111100 1001001 11011

Color Harmonies of #136B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136B78

Black with #136B78

Text Example


Text Example

White with #136B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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