Html Css Color HEX #136AC0 Denim

📋 copy color: '#136AC0'

red 19 ◦ green 106 ◦ blue 192

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

Shades of Denim #136AC0

Tints of Denim #136AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 60.57%

R = 5.99%
G = 33.44%
B = 60.57%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#136AC0 (or 0x136AC0) is known color: Denim. HEX triplet: 13, 6A and C0. RGB value is (19,106,192). Sum of RGB (Red+Green+Blue) = 19+106+192=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 192 (75.39% from 255 or 60.57% from 317); Max value from RGB is 192 - color contains mainly: blue. Hex color #136AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136AC0 is #EC953F. Grayscale: #595959. Windows color (decimal): -15504704 or 12610067. OLE color: 12610067.

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

Color convert

RGB 19 106 192 -
CMYK 0.90 0.45 0 0.25
HSL 209.83º 0.82% 0.41% -
HSV(B) 209.83º 0.9% 0.75% -
XYZ 14.94 14.25 51.83 -
YUV 89.79 185.68 77.51 -
System Red Green Blue C M Y K H S L
Decimal 19 106 192 0.90 0.45 0 0.25 209.83 0.82 0.41
Hex 13 6A C0 5A 2D 0 19 D2 52 29
Octal 23 152 300 132 55 0 31 322 122 51
Binary 10011 1101010 11000000 1011010 101101 0 11001 11010010 1010010 101001

Color Harmonies of #136AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136AC0

Black with #136AC0

Text Example


Text Example

White with #136AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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