#136DC9

Color #136DC9 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #136DC9

Tints of Denim #136DC9

Color information

#136DC9 (or 0x136DC9) is unknown color: approx Denim. HEX triplet: 13, 6D and C9. RGB value is (19,109,201). Sum of RGB (Red+Green+Blue) = 19+109+201=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 201 (78.91% from 255 or 61.09% from 329); Max value from RGB is 201 - color contains mainly: blue. Hex color #136DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136DC9 is #EC9236. Grayscale: #5C5C5C. Windows color (decimal): -15503927 or 13200659. OLE color: 13200659.

HSL color Cylindrical-coordinate representation of color #136DC9: hue angle of 210.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136DC9 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19109201-
CMYK0.910.4600.21
HSL210.33º82.73%43.14%-
HSV(B)210.33º90.55%78.82%-
XYZ16.2815.2957.35-
YUV92.58189.1875.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.78%
GREEN value IS 109 (42.97% from 255) = 33.13%
BLUE value IS 201 (78.91% from 255) = 61.09%
R=5.78%
G=33.13%
B=61.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191092010.910.4600.21210.3382.7343.14
Hex136DC95B2E015d2532b
Octal231553111335602532212353
Binary100111101101110010011011011101110010101110100101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,109,201); }

 H1.HeaderClassName
 {
   color: #136DC9;
 }
 .AnyTagClassName
 {
   color: #136DC9;
 }
</style>
background-color css

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

 a { background-color: rgb(19,109,201); }

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

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

 span { border-color: rgb(19,109,201); }

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