Html Css Color HEX #136BAE Denim

📋 copy color: '#136BAE'

red 19 ◦ green 107 ◦ blue 174

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

Shades of Denim #136BAE

Tints of Denim #136BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 58%

R = 6.33%
G = 35.67%
B = 58%

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

#136BAE (or 0x136BAE) is known color: Denim. HEX triplet: 13, 6B and AE. RGB value is (19,107,174). Sum of RGB (Red+Green+Blue) = 19+107+174=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #136BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136BAE is #EC9451. Grayscale: #575757. Windows color (decimal): -15504466 or 11430675. OLE color: 11430675.

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

Color convert

RGB 19 107 174 -
CMYK 0.89 0.39 0 0.32
HSL 205.94º 0.8% 0.38% -
HSV(B) 205.94º 0.89% 0.68% -
XYZ 13.17 13.71 42 -
YUV 88.33 176.35 78.55 -
System Red Green Blue C M Y K H S L
Decimal 19 107 174 0.89 0.39 0 0.32 205.94 0.8 0.38
Hex 13 6B AE 59 27 0 20 CE 50 26
Octal 23 153 256 131 47 0 40 316 120 46
Binary 10011 1101011 10101110 1011001 100111 0 100000 11001110 1010000 100110

Color Harmonies of #136BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136BAE

Black with #136BAE

Text Example


Text Example

White with #136BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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