Html Css Color HEX #136AA6 Denim

📋 copy color: '#136AA6'

red 19 ◦ green 106 ◦ blue 166

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

Shades of Denim #136AA6

Tints of Denim #136AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 57.04%

R = 6.53%
G = 36.43%
B = 57.04%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#136AA6 (or 0x136AA6) is known color: Denim. HEX triplet: 13, 6A and A6. RGB value is (19,106,166). Sum of RGB (Red+Green+Blue) = 19+106+166=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 166 (65.23% from 255 or 57.04% from 291); Max value from RGB is 166 - color contains mainly: blue. Hex color #136AA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136AA6 is #EC9559. Grayscale: #565656. Windows color (decimal): -15504730 or 10906131. OLE color: 10906131.

HSL color Cylindrical-coordinate representation of color #136AA6: hue angle of 204.49º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #136AA6 is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 106 166 -
CMYK 0.89 0.36 0 0.35
HSL 204.49º 0.79% 0.36% -
HSV(B) 204.49º 0.89% 0.65% -
XYZ 12.31 13.2 37.98 -
YUV 86.83 172.68 79.62 -
System Red Green Blue C M Y K H S L
Decimal 19 106 166 0.89 0.36 0 0.35 204.49 0.79 0.36
Hex 13 6A A6 59 24 0 23 CC 4F 24
Octal 23 152 246 131 44 0 43 314 117 44
Binary 10011 1101010 10100110 1011001 100100 0 100011 11001100 1001111 100100

Color Harmonies of #136AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136AA6

Black with #136AA6

Text Example


Text Example

White with #136AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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