Html Css Color HEX #136788 Allports

📋 copy color: '#136788'

red 19 ◦ green 103 ◦ blue 136

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

Shades of Allports #136788

Tints of Allports #136788

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.92%

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

R = 7.36%
G = 39.92%
B = 52.71%

CMYK

 C value IS 0.86

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#136788 (or 0x136788) is known color: Allports. HEX triplet: 13, 67 and 88. RGB value is (19,103,136). Sum of RGB (Red+Green+Blue) = 19+103+136=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #136788 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136788 is #EC9877. Grayscale: #515151. Windows color (decimal): -15505528 or 8939283. OLE color: 8939283.

HSL color Cylindrical-coordinate representation of color #136788: hue angle of 196.92º 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 #136788 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 103 136 -
CMYK 0.86 0.24 0 0.47
HSL 196.92º 0.75% 0.3% -
HSV(B) 196.92º 0.86% 0.53% -
XYZ 9.56 11.62 25.03 -
YUV 81.65 158.67 83.32 -
System Red Green Blue C M Y K H S L
Decimal 19 103 136 0.86 0.24 0 0.47 196.92 0.75 0.3
Hex 13 67 88 56 18 0 2F C5 4B 1E
Octal 23 147 210 126 30 0 57 305 113 36
Binary 10011 1100111 10001000 1010110 11000 0 101111 11000101 1001011 11110

Color Harmonies of #136788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136788

Black with #136788

Text Example


Text Example

White with #136788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136788; }

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

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

background-color css

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

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

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

border-color css

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

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

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