Html Css Color HEX #136A8D Allports

📋 copy color: '#136A8D'

red 19 ◦ green 106 ◦ blue 141

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

Shades of Allports #136A8D

Tints of Allports #136A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.85%

 BLUE value IS 141 (55.47% from 255) = 53.01%

R = 7.14%
G = 39.85%
B = 53.01%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#136A8D (or 0x136A8D) is known color: Allports. HEX triplet: 13, 6A and 8D. RGB value is (19,106,141). Sum of RGB (Red+Green+Blue) = 19+106+141=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #136A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136A8D is #EC9572. Grayscale: #535353. Windows color (decimal): -15504755 or 9267731. OLE color: 9267731.

HSL color Cylindrical-coordinate representation of color #136A8D: hue angle of 197.21º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #136A8D is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 106 141 -
CMYK 0.87 0.25 0 0.45
HSL 197.21º 0.76% 0.31% -
HSV(B) 197.21º 0.87% 0.55% -
XYZ 10.23 12.37 27.05 -
YUV 83.98 160.18 81.65 -
System Red Green Blue C M Y K H S L
Decimal 19 106 141 0.87 0.25 0 0.45 197.21 0.76 0.31
Hex 13 6A 8D 57 19 0 2D C5 4C 1F
Octal 23 152 215 127 31 0 55 305 114 37
Binary 10011 1101010 10001101 1010111 11001 0 101101 11000101 1001100 11111

Color Harmonies of #136A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136A8D

Black with #136A8D

Text Example


Text Example

White with #136A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,106,141); }

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

background-color css

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

 a { background-color: rgb(19,106,141); }

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

border-color css

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

 span { border-color: rgb(19,106,141); }

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