Html Css Color HEX #136FB9 Denim

📋 copy color: '#136FB9'

red 19 ◦ green 111 ◦ blue 185

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

Shades of Denim #136FB9

Tints of Denim #136FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 58.73%

R = 6.03%
G = 35.24%
B = 58.73%

CMYK

 C value IS 0.90

 M value IS 0.4

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#136FB9 (or 0x136FB9) is known color: Denim. HEX triplet: 13, 6F and B9. RGB value is (19,111,185). Sum of RGB (Red+Green+Blue) = 19+111+185=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 185 (72.66% from 255 or 58.73% from 315); Max value from RGB is 185 - color contains mainly: blue. Hex color #136FB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136FB9 is #EC9046. Grayscale: #5B5B5B. Windows color (decimal): -15503431 or 12152595. OLE color: 12152595.

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

Color convert

RGB 19 111 185 -
CMYK 0.90 0.4 0 0.27
HSL 206.75º 0.81% 0.4% -
HSV(B) 206.75º 0.9% 0.73% -
XYZ 14.71 15.01 48.02 -
YUV 91.93 180.52 75.98 -
System Red Green Blue C M Y K H S L
Decimal 19 111 185 0.90 0.4 0 0.27 206.75 0.81 0.4
Hex 13 6F B9 5A 28 0 1B CF 51 28
Octal 23 157 271 132 50 0 33 317 121 50
Binary 10011 1101111 10111001 1011010 101000 0 11011 11001111 1010001 101000

Color Harmonies of #136FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136FB9

Black with #136FB9

Text Example


Text Example

White with #136FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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