#0D69AF

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

Shades of Denim #0D69AF

Tints of Denim #0D69AF

Color information

#0D69AF (or 0x0D69AF) is unknown color: approx Denim. HEX triplet: 0D, 69 and AF. RGB value is (13,105,175). Sum of RGB (Red+Green+Blue) = 13+105+175=293 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.44% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #0D69AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D69AF is #F29650. Grayscale: #555555. Windows color (decimal): -15898193 or 11495693. OLE color: 11495693.

HSL color Cylindrical-coordinate representation of color #0D69AF: hue angle of 205.93º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D69AF is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13105175-
CMYK0.930.4000.31
HSL205.93º86.17%36.86%-
HSV(B)205.93º92.57%68.63%-
XYZ12.9613.2842.44-
YUV85.47178.5276.31-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.44%
GREEN value IS 105 (41.41% from 255) = 35.84%
BLUE value IS 175 (68.75% from 255) = 59.73%
R=4.44%
G=35.84%
B=59.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131051750.930.4000.31205.9386.1736.86
HexD69AF5D2801Fce5625
Octal151512571355003731612645
Binary11011101001101011111011101101000011111110011101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D69AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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