#0D71BA

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

Shades of Denim #0D71BA

Tints of Denim #0D71BA

Color information

#0D71BA (or 0x0D71BA) is unknown color: approx Denim. HEX triplet: 0D, 71 and BA. RGB value is (13,113,186). Sum of RGB (Red+Green+Blue) = 13+113+186=312 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.17% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D71BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D71BA is #F28E45. Grayscale: #5B5B5B. Windows color (decimal): -15896134 or 12218637. OLE color: 12218637.

HSL color Cylindrical-coordinate representation of color #0D71BA: hue angle of 205.32º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D71BA is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13113186-
CMYK0.930.3900.27
HSL205.32º86.93%39.02%-
HSV(B)205.32º93.01%72.94%-
XYZ14.9315.4448.65-
YUV91.42181.3772.06-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.17%
GREEN value IS 113 (44.53% from 255) = 36.22%
BLUE value IS 186 (73.05% from 255) = 59.62%
R=4.17%
G=36.22%
B=59.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131131860.930.3900.27205.3286.9339.02
HexD71BA5D2701Bcd5727
Octal151612721354703331512747
Binary11011110001101110101011101100111011011110011011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D71BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,113,186); }

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

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

 a { background-color: rgb(13,113,186); }

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

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

 span { border-color: rgb(13,113,186); }

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