Html Css Color HEX #136C96 Allports

📋 copy color: '#136C96'

red 19 ◦ green 108 ◦ blue 150

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

Shades of Allports #136C96

Tints of Allports #136C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 54.15%

R = 6.86%
G = 38.99%
B = 54.15%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#136C96 (or 0x136C96) is known color: Allports. HEX triplet: 13, 6C and 96. RGB value is (19,108,150). Sum of RGB (Red+Green+Blue) = 19+108+150=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #136C96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136C96 is #EC9369. Grayscale: #555555. Windows color (decimal): -15504234 or 9858067. OLE color: 9858067.

HSL color Cylindrical-coordinate representation of color #136C96: hue angle of 199.24º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #136C96 is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 108 150 -
CMYK 0.87 0.28 0 0.41
HSL 199.24º 0.78% 0.33% -
HSV(B) 199.24º 0.87% 0.59% -
XYZ 11.14 13.07 30.79 -
YUV 86.18 164.01 80.08 -
System Red Green Blue C M Y K H S L
Decimal 19 108 150 0.87 0.28 0 0.41 199.24 0.78 0.33
Hex 13 6C 96 57 1C 0 29 C7 4E 21
Octal 23 154 226 127 34 0 51 307 116 41
Binary 10011 1101100 10010110 1010111 11100 0 101001 11000111 1001110 100001

Color Harmonies of #136C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136C96

Black with #136C96

Text Example


Text Example

White with #136C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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