Html Css Color HEX #136AAD Denim

📋 copy color: '#136AAD'

red 19 ◦ green 106 ◦ blue 173

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

Shades of Denim #136AAD

Tints of Denim #136AAD

RGB

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

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

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

R = 6.38%
G = 35.57%
B = 58.05%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#136AAD (or 0x136AAD) is known color: Denim. HEX triplet: 13, 6A and AD. RGB value is (19,106,173). Sum of RGB (Red+Green+Blue) = 19+106+173=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #136AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136AAD is #EC9552. Grayscale: #575757. Windows color (decimal): -15504723 or 11364883. OLE color: 11364883.

HSL color Cylindrical-coordinate representation of color #136AAD: hue angle of 206.1º 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 #136AAD is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 106 173 -
CMYK 0.89 0.39 0 0.32
HSL 206.1º 0.8% 0.38% -
HSV(B) 206.1º 0.89% 0.68% -
XYZ 12.97 13.46 41.45 -
YUV 87.63 176.18 79.05 -
System Red Green Blue C M Y K H S L
Decimal 19 106 173 0.89 0.39 0 0.32 206.1 0.8 0.38
Hex 13 6A AD 59 27 0 20 CE 50 26
Octal 23 152 255 131 47 0 40 316 120 46
Binary 10011 1101010 10101101 1011001 100111 0 100000 11001110 1010000 100110

Color Harmonies of #136AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136AAD

Black with #136AAD

Text Example


Text Example

White with #136AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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