Html Css Color HEX #136AB4 Denim

📋 copy color: '#136AB4'

red 19 ◦ green 106 ◦ blue 180

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

Shades of Denim #136AB4

Tints of Denim #136AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 59.02%

R = 6.23%
G = 34.75%
B = 59.02%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#136AB4 (or 0x136AB4) is known color: Denim. HEX triplet: 13, 6A and B4. RGB value is (19,106,180). Sum of RGB (Red+Green+Blue) = 19+106+180=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 180 (70.70% from 255 or 59.02% from 305); Max value from RGB is 180 - color contains mainly: blue. Hex color #136AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136AB4 is #EC954B. Grayscale: #585858. Windows color (decimal): -15504716 or 11823635. OLE color: 11823635.

HSL color Cylindrical-coordinate representation of color #136AB4: hue angle of 207.58º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #136AB4 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 106 180 -
CMYK 0.89 0.41 0 0.29
HSL 207.58º 0.81% 0.39% -
HSV(B) 207.58º 0.89% 0.71% -
XYZ 13.66 13.74 45.11 -
YUV 88.42 179.68 78.48 -
System Red Green Blue C M Y K H S L
Decimal 19 106 180 0.89 0.41 0 0.29 207.58 0.81 0.39
Hex 13 6A B4 59 29 0 1D D0 51 27
Octal 23 152 264 131 51 0 35 320 121 47
Binary 10011 1101010 10110100 1011001 101001 0 11101 11010000 1010001 100111

Color Harmonies of #136AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136AB4

Black with #136AB4

Text Example


Text Example

White with #136AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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