Html Css Color HEX #136CBC Denim

📋 copy color: '#136CBC'

red 19 ◦ green 108 ◦ blue 188

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

Shades of Denim #136CBC

Tints of Denim #136CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.29%

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

R = 6.03%
G = 34.29%
B = 59.68%

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

#136CBC (or 0x136CBC) is known color: Denim. HEX triplet: 13, 6C and BC. RGB value is (19,108,188). Sum of RGB (Red+Green+Blue) = 19+108+188=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #136CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136CBC is #EC9343. Grayscale: #5A5A5A. Windows color (decimal): -15504196 or 12348435. OLE color: 12348435.

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

Color convert

RGB 19 108 188 -
CMYK 0.90 0.43 0 0.26
HSL 208.4º 0.82% 0.41% -
HSV(B) 208.4º 0.9% 0.74% -
XYZ 14.71 14.49 49.6 -
YUV 90.51 183.01 77 -
System Red Green Blue C M Y K H S L
Decimal 19 108 188 0.90 0.43 0 0.26 208.4 0.82 0.41
Hex 13 6C BC 5A 2B 0 1A D0 52 29
Octal 23 154 274 132 53 0 32 320 122 51
Binary 10011 1101100 10111100 1011010 101011 0 11010 11010000 1010010 101001

Color Harmonies of #136CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136CBC

Black with #136CBC

Text Example


Text Example

White with #136CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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