Html Css Color HEX #136DB5 Denim

📋 copy color: '#136DB5'

red 19 ◦ green 109 ◦ blue 181

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

Shades of Denim #136DB5

Tints of Denim #136DB5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.28%

 BLUE value IS 181 (71.09% from 255) = 58.58%

R = 6.15%
G = 35.28%
B = 58.58%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#136DB5 (or 0x136DB5) is known color: Denim. HEX triplet: 13, 6D and B5. RGB value is (19,109,181). Sum of RGB (Red+Green+Blue) = 19+109+181=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 181 (71.09% from 255 or 58.58% from 309); Max value from RGB is 181 - color contains mainly: blue. Hex color #136DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136DB5 is #EC924A. Grayscale: #595959. Windows color (decimal): -15503947 or 11889939. OLE color: 11889939.

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

Color convert

RGB 19 109 181 -
CMYK 0.90 0.40 0 0.29
HSL 206.67º 0.81% 0.39% -
HSV(B) 206.67º 0.9% 0.71% -
XYZ 14.08 14.41 45.76 -
YUV 90.3 179.18 77.15 -
System Red Green Blue C M Y K H S L
Decimal 19 109 181 0.90 0.40 0 0.29 206.67 0.81 0.39
Hex 13 6D B5 5A 28 0 1D CF 51 27
Octal 23 155 265 132 50 0 35 317 121 47
Binary 10011 1101101 10110101 1011010 101000 0 11101 11001111 1010001 100111

Color Harmonies of #136DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136DB5

Black with #136DB5

Text Example


Text Example

White with #136DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,109,181); }

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

background-color css

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

 a { background-color: rgb(19,109,181); }

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

border-color css

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

 span { border-color: rgb(19,109,181); }

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