Html Css Color HEX #136CBB Denim

📋 copy color: '#136CBB'

red 19 ◦ green 108 ◦ blue 187

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

Shades of Denim #136CBB

Tints of Denim #136CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.55%

R = 6.05%
G = 34.39%
B = 59.55%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#136CBB (or 0x136CBB) is known color: Denim. HEX triplet: 13, 6C and BB. RGB value is (19,108,187). Sum of RGB (Red+Green+Blue) = 19+108+187=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #136CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136CBB is #EC9344. Grayscale: #595959. Windows color (decimal): -15504197 or 12282899. OLE color: 12282899.

HSL color Cylindrical-coordinate representation of color #136CBB: hue angle of 208.21º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #136CBB is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 108 187 -
CMYK 0.90 0.42 0 0.27
HSL 208.21º 0.82% 0.4% -
HSV(B) 208.21º 0.9% 0.73% -
XYZ 14.6 14.45 49.03 -
YUV 90.4 182.51 77.08 -
System Red Green Blue C M Y K H S L
Decimal 19 108 187 0.90 0.42 0 0.27 208.21 0.82 0.4
Hex 13 6C BB 5A 2A 0 1B D0 52 28
Octal 23 154 273 132 52 0 33 320 122 50
Binary 10011 1101100 10111011 1011010 101010 0 11011 11010000 1010010 101000

Color Harmonies of #136CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136CBB

Black with #136CBB

Text Example


Text Example

White with #136CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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