Html Css Color HEX #136ABA Denim

📋 copy color: '#136ABA'

red 19 ◦ green 106 ◦ blue 186

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

Shades of Denim #136ABA

Tints of Denim #136ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.81%

R = 6.11%
G = 34.08%
B = 59.81%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#136ABA (or 0x136ABA) is known color: Denim. HEX triplet: 13, 6A and BA. RGB value is (19,106,186). Sum of RGB (Red+Green+Blue) = 19+106+186=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #136ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136ABA is #EC9545. Grayscale: #585858. Windows color (decimal): -15504710 or 12216851. OLE color: 12216851.

HSL color Cylindrical-coordinate representation of color #136ABA: hue angle of 208.74º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #136ABA is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 106 186 -
CMYK 0.90 0.43 0 0.27
HSL 208.74º 0.81% 0.4% -
HSV(B) 208.74º 0.9% 0.73% -
XYZ 14.29 13.99 48.4 -
YUV 89.11 182.68 78 -
System Red Green Blue C M Y K H S L
Decimal 19 106 186 0.90 0.43 0 0.27 208.74 0.81 0.4
Hex 13 6A BA 5A 2B 0 1B D1 51 28
Octal 23 152 272 132 53 0 33 321 121 50
Binary 10011 1101010 10111010 1011010 101011 0 11011 11010001 1010001 101000

Color Harmonies of #136ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136ABA

Black with #136ABA

Text Example


Text Example

White with #136ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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