Html Css Color HEX #136EBE Denim

📋 copy color: '#136EBE'

red 19 ◦ green 110 ◦ blue 190

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

Shades of Denim #136EBE

Tints of Denim #136EBE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.48%

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

R = 5.96%
G = 34.48%
B = 59.56%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#136EBE (or 0x136EBE) is known color: Denim. HEX triplet: 13, 6E and BE. RGB value is (19,110,190). Sum of RGB (Red+Green+Blue) = 19+110+190=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #136EBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136EBE is #EC9141. Grayscale: #5B5B5B. Windows color (decimal): -15503682 or 12480019. OLE color: 12480019.

HSL color Cylindrical-coordinate representation of color #136EBE: hue angle of 208.07º 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 #136EBE is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 110 190 -
CMYK 0.90 0.42 0 0.25
HSL 208.07º 0.82% 0.41% -
HSV(B) 208.07º 0.9% 0.75% -
XYZ 15.14 15.01 50.81 -
YUV 91.91 183.35 76 -
System Red Green Blue C M Y K H S L
Decimal 19 110 190 0.90 0.42 0 0.25 208.07 0.82 0.41
Hex 13 6E BE 5A 2A 0 19 D0 52 29
Octal 23 156 276 132 52 0 31 320 122 51
Binary 10011 1101110 10111110 1011010 101010 0 11001 11010000 1010010 101001

Color Harmonies of #136EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136EBE

Black with #136EBE

Text Example


Text Example

White with #136EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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