Html Css Color HEX #136C90 Allports

📋 copy color: '#136C90'

red 19 ◦ green 108 ◦ blue 144

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

Shades of Allports #136C90

Tints of Allports #136C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.85%

 BLUE value IS 144 (56.64% from 255) = 53.14%

R = 7.01%
G = 39.85%
B = 53.14%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#136C90 (or 0x136C90) is known color: Allports. HEX triplet: 13, 6C and 90. RGB value is (19,108,144). Sum of RGB (Red+Green+Blue) = 19+108+144=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #136C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136C90 is #EC936F. Grayscale: #555555. Windows color (decimal): -15504240 or 9464851. OLE color: 9464851.

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

Color convert

RGB 19 108 144 -
CMYK 0.87 0.25 0 0.44
HSL 197.28º 0.77% 0.32% -
HSV(B) 197.28º 0.87% 0.56% -
XYZ 10.67 12.88 28.31 -
YUV 85.49 161.01 80.57 -
System Red Green Blue C M Y K H S L
Decimal 19 108 144 0.87 0.25 0 0.44 197.28 0.77 0.32
Hex 13 6C 90 57 19 0 2C C5 4D 20
Octal 23 154 220 127 31 0 54 305 115 40
Binary 10011 1101100 10010000 1010111 11001 0 101100 11000101 1001101 100000

Color Harmonies of #136C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136C90

Black with #136C90

Text Example


Text Example

White with #136C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,108,144); }

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

background-color css

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

 a { background-color: rgb(19,108,144); }

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

border-color css

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

 span { border-color: rgb(19,108,144); }

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