Html Css Color HEX #136478 Allports

📋 copy color: '#136478'

red 19 ◦ green 100 ◦ blue 120

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

Shades of Allports #136478

Tints of Allports #136478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.84%

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

R = 7.95%
G = 41.84%
B = 50.21%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#136478 (or 0x136478) is known color: Allports. HEX triplet: 13, 64 and 78. RGB value is (19,100,120). Sum of RGB (Red+Green+Blue) = 19+100+120=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #136478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136478 is #EC9B87. Grayscale: #4D4D4D. Windows color (decimal): -15506312 or 7889939. OLE color: 7889939.

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

Color convert

RGB 19 100 120 -
CMYK 0.84 0.17 0 0.53
HSL 191.88º 0.73% 0.27% -
HSV(B) 191.88º 0.84% 0.47% -
XYZ 8.22 10.61 19.38 -
YUV 78.06 151.66 85.87 -
System Red Green Blue C M Y K H S L
Decimal 19 100 120 0.84 0.17 0 0.53 191.88 0.73 0.27
Hex 13 64 78 54 11 0 35 C0 49 1B
Octal 23 144 170 124 21 0 65 300 111 33
Binary 10011 1100100 1111000 1010100 10001 0 110101 11000000 1001001 11011

Color Harmonies of #136478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136478

Black with #136478

Text Example


Text Example

White with #136478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136478; }

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

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

background-color css

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

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

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

border-color css

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

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

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