#0D60AA

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

Shades of Denim #0D60AA

Tints of Denim #0D60AA

Color information

#0D60AA (or 0x0D60AA) is unknown color: approx Denim. HEX triplet: 0D, 60 and AA. RGB value is (13,96,170). Sum of RGB (Red+Green+Blue) = 13+96+170=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D60AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D60AA is #F29F55. Grayscale: #4F4F4F. Windows color (decimal): -15900502 or 11165709. OLE color: 11165709.

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

Color convert

RGB1396170-
CMYK0.920.4400.33
HSL208.28º85.79%35.88%-
HSV(B)208.28º92.35%66.67%-
XYZ11.611.3539.61-
YUV79.6217980.48-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.66%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 170 (66.80% from 255) = 60.93%
R=4.66%
G=34.41%
B=60.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13961700.920.4400.33208.2885.7935.88
HexD60AA5C2C021d05624
Octal151402521345404132012644
Binary110111000001010101010111001011000100001110100001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D60AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,96,170); }

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

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

 a { background-color: rgb(13,96,170); }

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

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

 span { border-color: rgb(13,96,170); }

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