Html Css Color HEX #136378 Allports

📋 copy color: '#136378'

red 19 ◦ green 99 ◦ blue 120

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

Shades of Allports #136378

Tints of Allports #136378

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.6%

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

R = 7.98%
G = 41.6%
B = 50.42%

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

#136378 (or 0x136378) is known color: Allports. HEX triplet: 13, 63 and 78. RGB value is (19,99,120). Sum of RGB (Red+Green+Blue) = 19+99+120=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #136378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136378 is #EC9C87. Grayscale: #4D4D4D. Windows color (decimal): -15506568 or 7889683. OLE color: 7889683.

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

Color convert

RGB 19 99 120 -
CMYK 0.84 0.17 0 0.53
HSL 192.48º 0.73% 0.27% -
HSV(B) 192.48º 0.84% 0.47% -
XYZ 8.12 10.42 19.35 -
YUV 77.47 152 86.29 -
System Red Green Blue C M Y K H S L
Decimal 19 99 120 0.84 0.17 0 0.53 192.48 0.73 0.27
Hex 13 63 78 54 11 0 35 C0 49 1B
Octal 23 143 170 124 21 0 65 300 111 33
Binary 10011 1100011 1111000 1010100 10001 0 110101 11000000 1001001 11011

Color Harmonies of #136378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136378

Black with #136378

Text Example


Text Example

White with #136378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136378; }

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

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

background-color css

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

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

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

border-color css

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

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

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