#0C5AAA

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

Shades of Denim #0C5AAA

Tints of Denim #0C5AAA

Color information

#0C5AAA (or 0x0C5AAA) is unknown color: approx Denim. HEX triplet: 0C, 5A and AA. RGB value is (12,90,170). Sum of RGB (Red+Green+Blue) = 12+90+170=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C5AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5AAA is #F3A555. Grayscale: #4B4B4B. Windows color (decimal): -15967574 or 11164172. OLE color: 11164172.

HSL color Cylindrical-coordinate representation of color #0C5AAA: hue angle of 210.38º 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 #0C5AAA is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1290170-
CMYK0.930.4700.33
HSL210.38º86.81%35.69%-
HSV(B)210.38º92.94%66.67%-
XYZ11.0610.2939.43-
YUV75.8181.1682.5-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.41%
GREEN value IS 90 (35.55% from 255) = 33.09%
BLUE value IS 170 (66.80% from 255) = 62.5%
R=4.41%
G=33.09%
B=62.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12901700.930.4700.33210.3886.8135.69
HexC5AAA5D2F021d25724
Octal141322521355704132212744
Binary110010110101010101010111011011110100001110100101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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