#0D69AA

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

Shades of Denim #0D69AA

Tints of Denim #0D69AA

Color information

#0D69AA (or 0x0D69AA) is unknown color: approx Denim. HEX triplet: 0D, 69 and AA. RGB value is (13,105,170). Sum of RGB (Red+Green+Blue) = 13+105+170=288 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.51% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D69AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D69AA is #F29655. Grayscale: #545454. Windows color (decimal): -15898198 or 11168013. OLE color: 11168013.

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

Color convert

RGB13105170-
CMYK0.920.3800.33
HSL204.84º85.79%35.88%-
HSV(B)204.84º92.35%66.67%-
XYZ12.4713.0939.9-
YUV84.9176.0276.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.51%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 170 (66.80% from 255) = 59.03%
R=4.51%
G=36.46%
B=59.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131051700.920.3800.33204.8485.7935.88
HexD69AA5C26021cd5624
Octal151512521344604131512644
Binary110111010011010101010111001001100100001110011011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D69AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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