Html Css Color HEX #136BAD Denim

📋 copy color: '#136BAD'

red 19 ◦ green 107 ◦ blue 173

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

Shades of Denim #136BAD

Tints of Denim #136BAD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.79%

 BLUE value IS 173 (67.97% from 255) = 57.86%

R = 6.35%
G = 35.79%
B = 57.86%

CMYK

 C value IS 0.89

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#136BAD (or 0x136BAD) is known color: Denim. HEX triplet: 13, 6B and AD. RGB value is (19,107,173). Sum of RGB (Red+Green+Blue) = 19+107+173=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #136BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136BAD is #EC9452. Grayscale: #575757. Windows color (decimal): -15504467 or 11365139. OLE color: 11365139.

HSL color Cylindrical-coordinate representation of color #136BAD: hue angle of 205.71º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #136BAD is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 107 173 -
CMYK 0.89 0.38 0 0.32
HSL 205.71º 0.8% 0.38% -
HSV(B) 205.71º 0.89% 0.68% -
XYZ 13.07 13.67 41.49 -
YUV 88.21 175.85 78.63 -
System Red Green Blue C M Y K H S L
Decimal 19 107 173 0.89 0.38 0 0.32 205.71 0.8 0.38
Hex 13 6B AD 59 26 0 20 CE 50 26
Octal 23 153 255 131 46 0 40 316 120 46
Binary 10011 1101011 10101101 1011001 100110 0 100000 11001110 1010000 100110

Color Harmonies of #136BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136BAD

Black with #136BAD

Text Example


Text Example

White with #136BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,107,173); }

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

background-color css

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

 a { background-color: rgb(19,107,173); }

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

border-color css

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

 span { border-color: rgb(19,107,173); }

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