Html Css Color HEX #136E91 Allports

📋 copy color: '#136E91'

red 19 ◦ green 110 ◦ blue 145

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

Shades of Allports #136E91

Tints of Allports #136E91

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40.15%

 BLUE value IS 145 (57.03% from 255) = 52.92%

R = 6.93%
G = 40.15%
B = 52.92%

CMYK

 C value IS 0.87

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#136E91 (or 0x136E91) is known color: Allports. HEX triplet: 13, 6E and 91. RGB value is (19,110,145). Sum of RGB (Red+Green+Blue) = 19+110+145=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #136E91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136E91 is #EC916E. Grayscale: #565656. Windows color (decimal): -15503727 or 9530899. OLE color: 9530899.

HSL color Cylindrical-coordinate representation of color #136E91: hue angle of 196.67º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #136E91 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 110 145 -
CMYK 0.87 0.24 0 0.43
HSL 196.67º 0.77% 0.32% -
HSV(B) 196.67º 0.87% 0.57% -
XYZ 10.96 13.33 28.78 -
YUV 86.78 160.85 79.65 -
System Red Green Blue C M Y K H S L
Decimal 19 110 145 0.87 0.24 0 0.43 196.67 0.77 0.32
Hex 13 6E 91 57 18 0 2B C5 4D 20
Octal 23 156 221 127 30 0 53 305 115 40
Binary 10011 1101110 10010001 1010111 11000 0 101011 11000101 1001101 100000

Color Harmonies of #136E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136E91

Black with #136E91

Text Example


Text Example

White with #136E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,110,145); }

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

background-color css

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

 a { background-color: rgb(19,110,145); }

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

border-color css

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

 span { border-color: rgb(19,110,145); }

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