Html Css Color HEX #136188 Allports

📋 copy color: '#136188'

red 19 ◦ green 97 ◦ blue 136

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

Shades of Allports #136188

Tints of Allports #136188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.49%

 BLUE value IS 136 (53.52% from 255) = 53.97%

R = 7.54%
G = 38.49%
B = 53.97%

CMYK

 C value IS 0.86

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#136188 (or 0x136188) is known color: Allports. HEX triplet: 13, 61 and 88. RGB value is (19,97,136). Sum of RGB (Red+Green+Blue) = 19+97+136=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #136188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136188 is #EC9E77. Grayscale: #4D4D4D. Windows color (decimal): -15507064 or 8937747. OLE color: 8937747.

HSL color Cylindrical-coordinate representation of color #136188: hue angle of 200º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136188 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 97 136 -
CMYK 0.86 0.29 0 0.47
HSL 200º 0.75% 0.3% -
HSV(B) 200º 0.86% 0.53% -
XYZ 8.99 10.47 24.84 -
YUV 78.12 160.66 85.83 -
System Red Green Blue C M Y K H S L
Decimal 19 97 136 0.86 0.29 0 0.47 200 0.75 0.3
Hex 13 61 88 56 1D 0 2F C8 4B 1E
Octal 23 141 210 126 35 0 57 310 113 36
Binary 10011 1100001 10001000 1010110 11101 0 101111 11001000 1001011 11110

Color Harmonies of #136188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136188

Black with #136188

Text Example


Text Example

White with #136188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136188; }

 p { color: rgb(19,97,136); }

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

background-color css

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

 a { background-color: rgb(19,97,136); }

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

border-color css

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

 span { border-color: rgb(19,97,136); }

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