Html Css Color HEX #136FBB Denim

📋 copy color: '#136FBB'

red 19 ◦ green 111 ◦ blue 187

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

Shades of Denim #136FBB

Tints of Denim #136FBB

RGB

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

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

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

R = 5.99%
G = 35.02%
B = 58.99%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#136FBB (or 0x136FBB) is known color: Denim. HEX triplet: 13, 6F and BB. RGB value is (19,111,187). Sum of RGB (Red+Green+Blue) = 19+111+187=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #136FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136FBB is #EC9044. Grayscale: #5B5B5B. Windows color (decimal): -15503429 or 12283667. OLE color: 12283667.

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

Color convert

RGB 19 111 187 -
CMYK 0.90 0.41 0 0.27
HSL 207.14º 0.82% 0.4% -
HSV(B) 207.14º 0.9% 0.73% -
XYZ 14.92 15.1 49.14 -
YUV 92.16 181.52 75.82 -
System Red Green Blue C M Y K H S L
Decimal 19 111 187 0.90 0.41 0 0.27 207.14 0.82 0.4
Hex 13 6F BB 5A 29 0 1B CF 52 28
Octal 23 157 273 132 51 0 33 317 122 50
Binary 10011 1101111 10111011 1011010 101001 0 11011 11001111 1010010 101000

Color Harmonies of #136FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136FBB

Black with #136FBB

Text Example


Text Example

White with #136FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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