Html Css Color HEX #136BA8 Denim

📋 copy color: '#136BA8'

red 19 ◦ green 107 ◦ blue 168

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

Shades of Denim #136BA8

Tints of Denim #136BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 57.14%

R = 6.46%
G = 36.39%
B = 57.14%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#136BA8 (or 0x136BA8) is known color: Denim. HEX triplet: 13, 6B and A8. RGB value is (19,107,168). Sum of RGB (Red+Green+Blue) = 19+107+168=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 168 (66.02% from 255 or 57.14% from 294); Max value from RGB is 168 - color contains mainly: blue. Hex color #136BA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136BA8 is #EC9457. Grayscale: #575757. Windows color (decimal): -15504472 or 11037459. OLE color: 11037459.

HSL color Cylindrical-coordinate representation of color #136BA8: hue angle of 204.56º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #136BA8 is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 19 107 168 -
CMYK 0.89 0.36 0 0.34
HSL 204.56º 0.8% 0.37% -
HSV(B) 204.56º 0.89% 0.66% -
XYZ 12.59 13.48 38.98 -
YUV 87.64 173.35 79.04 -
System Red Green Blue C M Y K H S L
Decimal 19 107 168 0.89 0.36 0 0.34 204.56 0.8 0.37
Hex 13 6B A8 59 24 0 22 CD 50 25
Octal 23 153 250 131 44 0 42 315 120 45
Binary 10011 1101011 10101000 1011001 100100 0 100010 11001101 1010000 100101

Color Harmonies of #136BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136BA8

Black with #136BA8

Text Example


Text Example

White with #136BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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