#0C59AA

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

Shades of Denim #0C59AA

Tints of Denim #0C59AA

Color information

#0C59AA (or 0x0C59AA) is unknown color: approx Denim. HEX triplet: 0C, 59 and AA. RGB value is (12,89,170). Sum of RGB (Red+Green+Blue) = 12+89+170=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C59AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C59AA is #F3A655. Grayscale: #4A4A4A. Windows color (decimal): -15967830 or 11163916. OLE color: 11163916.

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

Color convert

RGB1289170-
CMYK0.930.4800.33
HSL210.76º86.81%35.69%-
HSV(B)210.76º92.94%66.67%-
XYZ10.9810.1339.41-
YUV75.21181.4982.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.43%
GREEN value IS 89 (35.16% from 255) = 32.84%
BLUE value IS 170 (66.80% from 255) = 62.73%
R=4.43%
G=32.84%
B=62.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12891700.930.4800.33210.7686.8135.69
HexC59AA5D30021d35724
Octal141312521356004132312744
Binary110010110011010101010111011100000100001110100111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C59AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,89,170); }

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

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

 a { background-color: rgb(12,89,170); }

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

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

 span { border-color: rgb(12,89,170); }

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