#0D61BF

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

Shades of Denim #0D61BF

Tints of Denim #0D61BF

Color information

#0D61BF (or 0x0D61BF) is unknown color: approx Denim. HEX triplet: 0D, 61 and BF. RGB value is (13,97,191). Sum of RGB (Red+Green+Blue) = 13+97+191=301 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.32% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #0D61BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D61BF is #F29E40. Grayscale: #525252. Windows color (decimal): -15900225 or 12542221. OLE color: 12542221.

HSL color Cylindrical-coordinate representation of color #0D61BF: hue angle of 211.69º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D61BF is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1397191-
CMYK0.930.4900.25
HSL211.69º87.25%40%-
HSV(B)211.69º93.19%74.9%-
XYZ13.8412.450.95-
YUV82.6189.1778.36-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.32%
GREEN value IS 97 (38.28% from 255) = 32.23%
BLUE value IS 191 (75% from 255) = 63.46%
R=4.32%
G=32.23%
B=63.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13971910.930.4900.25211.6987.2540
HexD61BF5D31019d45728
Octal151412771356103132412750
Binary11011100001101111111011101110001011001110101001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D61BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,97,191); }

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

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

 a { background-color: rgb(13,97,191); }

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

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

 span { border-color: rgb(13,97,191); }

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