Html Css Color HEX #136BBD Denim

📋 copy color: '#136BBD'

red 19 ◦ green 107 ◦ blue 189

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

Shades of Denim #136BBD

Tints of Denim #136BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60%

R = 6.03%
G = 33.97%
B = 60%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#136BBD (or 0x136BBD) is known color: Denim. HEX triplet: 13, 6B and BD. RGB value is (19,107,189). Sum of RGB (Red+Green+Blue) = 19+107+189=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #136BBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BBD is #EC9442. Grayscale: #595959. Windows color (decimal): -15504451 or 12413715. OLE color: 12413715.

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

Color convert

RGB 19 107 189 -
CMYK 0.90 0.43 0 0.26
HSL 208.94º 0.82% 0.41% -
HSV(B) 208.94º 0.9% 0.74% -
XYZ 14.71 14.33 50.13 -
YUV 90.04 183.85 77.33 -
System Red Green Blue C M Y K H S L
Decimal 19 107 189 0.90 0.43 0 0.26 208.94 0.82 0.41
Hex 13 6B BD 5A 2B 0 1A D1 52 29
Octal 23 153 275 132 53 0 32 321 122 51
Binary 10011 1101011 10111101 1011010 101011 0 11010 11010001 1010010 101001

Color Harmonies of #136BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136BBD

Black with #136BBD

Text Example


Text Example

White with #136BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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