#0D59AC

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

Shades of Denim #0D59AC

Tints of Denim #0D59AC

Color information

#0D59AC (or 0x0D59AC) is unknown color: approx Denim. HEX triplet: 0D, 59 and AC. RGB value is (13,89,172). Sum of RGB (Red+Green+Blue) = 13+89+172=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D59AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D59AC is #F2A653. Grayscale: #4B4B4B. Windows color (decimal): -15902292 or 11294989. OLE color: 11294989.

HSL color Cylindrical-coordinate representation of color #0D59AC: hue angle of 211.32º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D59AC is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1389172-
CMYK0.920.4800.33
HSL211.32º85.95%36.27%-
HSV(B)211.32º92.44%67.45%-
XYZ11.1810.2140.41-
YUV75.74182.3283.25-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.74%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 172 (67.58% from 255) = 62.77%
R=4.74%
G=32.48%
B=62.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13891720.920.4800.33211.3285.9536.27
HexD59AC5C30021d35624
Octal151312541346004132312644
Binary110110110011010110010111001100000100001110100111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D59AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D59AC; }

 p { color: rgb(13,89,172); }

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

<style>
 a { background-color: #0D59AC; }

 a { background-color: rgb(13,89,172); }

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

<style>
 span { border-color: #0D59AC; }

 span { border-color: rgb(13,89,172); }

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