Html Css Color HEX #136FB6 Denim

📋 copy color: '#136FB6'

red 19 ◦ green 111 ◦ blue 182

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

Shades of Denim #136FB6

Tints of Denim #136FB6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.58%

 BLUE value IS 182 (71.48% from 255) = 58.33%

R = 6.09%
G = 35.58%
B = 58.33%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#136FB6 (or 0x136FB6) is known color: Denim. HEX triplet: 13, 6F and B6. RGB value is (19,111,182). Sum of RGB (Red+Green+Blue) = 19+111+182=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 182 (71.48% from 255 or 58.33% from 312); Max value from RGB is 182 - color contains mainly: blue. Hex color #136FB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136FB6 is #EC9049. Grayscale: #5B5B5B. Windows color (decimal): -15503434 or 11955987. OLE color: 11955987.

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

Color convert

RGB 19 111 182 -
CMYK 0.90 0.39 0 0.29
HSL 206.14º 0.81% 0.39% -
HSV(B) 206.14º 0.9% 0.71% -
XYZ 14.4 14.88 46.37 -
YUV 91.59 179.02 76.23 -
System Red Green Blue C M Y K H S L
Decimal 19 111 182 0.90 0.39 0 0.29 206.14 0.81 0.39
Hex 13 6F B6 5A 27 0 1D CE 51 27
Octal 23 157 266 132 47 0 35 316 121 47
Binary 10011 1101111 10110110 1011010 100111 0 11101 11001110 1010001 100111

Color Harmonies of #136FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136FB6

Black with #136FB6

Text Example


Text Example

White with #136FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,111,182); }

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

background-color css

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

 a { background-color: rgb(19,111,182); }

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

border-color css

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

 span { border-color: rgb(19,111,182); }

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