Html Css Color HEX #136374 Allports

📋 copy color: '#136374'

red 19 ◦ green 99 ◦ blue 116

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

Shades of Allports #136374

Tints of Allports #136374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 49.57%

R = 8.12%
G = 42.31%
B = 49.57%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#136374 (or 0x136374) is known color: Allports. HEX triplet: 13, 63 and 74. RGB value is (19,99,116). Sum of RGB (Red+Green+Blue) = 19+99+116=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #136374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136374 is #EC9C8B. Grayscale: #4C4C4C. Windows color (decimal): -15506572 or 7627539. OLE color: 7627539.

HSL color Cylindrical-coordinate representation of color #136374: hue angle of 190.52º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136374 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 99 116 -
CMYK 0.84 0.15 0 0.55
HSL 190.52º 0.72% 0.26% -
HSV(B) 190.52º 0.84% 0.45% -
XYZ 7.88 10.32 18.1 -
YUV 77.02 150 86.62 -
System Red Green Blue C M Y K H S L
Decimal 19 99 116 0.84 0.15 0 0.55 190.52 0.72 0.26
Hex 13 63 74 54 F 0 37 BF 48 1A
Octal 23 143 164 124 17 0 67 277 110 32
Binary 10011 1100011 1110100 1010100 1111 0 110111 10111111 1001000 11010

Color Harmonies of #136374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136374

Black with #136374

Text Example


Text Example

White with #136374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136374; }

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

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

background-color css

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

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

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

border-color css

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

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

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