Html Css Color HEX #136ABC Denim

📋 copy color: '#136ABC'

red 19 ◦ green 106 ◦ blue 188

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

Shades of Denim #136ABC

Tints of Denim #136ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.06%

R = 6.07%
G = 33.87%
B = 60.06%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#136ABC (or 0x136ABC) is known color: Denim. HEX triplet: 13, 6A and BC. RGB value is (19,106,188). Sum of RGB (Red+Green+Blue) = 19+106+188=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #136ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136ABC is #EC9543. Grayscale: #585858. Windows color (decimal): -15504708 or 12347923. OLE color: 12347923.

HSL color Cylindrical-coordinate representation of color #136ABC: hue angle of 209.11º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #136ABC is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 106 188 -
CMYK 0.90 0.44 0 0.26
HSL 209.11º 0.82% 0.41% -
HSV(B) 209.11º 0.9% 0.74% -
XYZ 14.5 14.08 49.53 -
YUV 89.34 183.68 77.83 -
System Red Green Blue C M Y K H S L
Decimal 19 106 188 0.90 0.44 0 0.26 209.11 0.82 0.41
Hex 13 6A BC 5A 2C 0 1A D1 52 29
Octal 23 152 274 132 54 0 32 321 122 51
Binary 10011 1101010 10111100 1011010 101100 0 11010 11010001 1010010 101001

Color Harmonies of #136ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136ABC

Black with #136ABC

Text Example


Text Example

White with #136ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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