Html Css Color HEX #136ABE Denim

📋 copy color: '#136ABE'

red 19 ◦ green 106 ◦ blue 190

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

Shades of Denim #136ABE

Tints of Denim #136ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.32%

R = 6.03%
G = 33.65%
B = 60.32%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#136ABE (or 0x136ABE) is known color: Denim. HEX triplet: 13, 6A and BE. RGB value is (19,106,190). Sum of RGB (Red+Green+Blue) = 19+106+190=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #136ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136ABE is #EC9541. Grayscale: #595959. Windows color (decimal): -15504706 or 12478995. OLE color: 12478995.

HSL color Cylindrical-coordinate representation of color #136ABE: hue angle of 209.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #136ABE is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 106 190 -
CMYK 0.90 0.44 0 0.25
HSL 209.47º 0.82% 0.41% -
HSV(B) 209.47º 0.9% 0.75% -
XYZ 14.72 14.16 50.67 -
YUV 89.56 184.68 77.67 -
System Red Green Blue C M Y K H S L
Decimal 19 106 190 0.90 0.44 0 0.25 209.47 0.82 0.41
Hex 13 6A BE 5A 2C 0 19 D1 52 29
Octal 23 152 276 132 54 0 31 321 122 51
Binary 10011 1101010 10111110 1011010 101100 0 11001 11010001 1010010 101001

Color Harmonies of #136ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136ABE

Black with #136ABE

Text Example


Text Example

White with #136ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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