Html Css Color HEX #136FBC Denim

📋 copy color: '#136FBC'

red 19 ◦ green 111 ◦ blue 188

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

Shades of Denim #136FBC

Tints of Denim #136FBC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.91%

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

R = 5.97%
G = 34.91%
B = 59.12%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#136FBC (or 0x136FBC) is known color: Denim. HEX triplet: 13, 6F and BC. RGB value is (19,111,188). Sum of RGB (Red+Green+Blue) = 19+111+188=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #136FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136FBC is #EC9043. Grayscale: #5B5B5B. Windows color (decimal): -15503428 or 12349203. OLE color: 12349203.

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

Color convert

RGB 19 111 188 -
CMYK 0.90 0.41 0 0.26
HSL 207.34º 0.82% 0.41% -
HSV(B) 207.34º 0.9% 0.74% -
XYZ 15.03 15.14 49.71 -
YUV 92.27 182.02 75.74 -
System Red Green Blue C M Y K H S L
Decimal 19 111 188 0.90 0.41 0 0.26 207.34 0.82 0.41
Hex 13 6F BC 5A 29 0 1A CF 52 29
Octal 23 157 274 132 51 0 32 317 122 51
Binary 10011 1101111 10111100 1011010 101001 0 11010 11001111 1010010 101001

Color Harmonies of #136FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136FBC

Black with #136FBC

Text Example


Text Example

White with #136FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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