#0D5FB9

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

Shades of Denim #0D5FB9

Tints of Denim #0D5FB9

Color information

#0D5FB9 (or 0x0D5FB9) is unknown color: approx Denim. HEX triplet: 0D, 5F and B9. RGB value is (13,95,185). Sum of RGB (Red+Green+Blue) = 13+95+185=293 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.44% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 185 (72.66% from 255 or 63.14% from 293); Max value from RGB is 185 - color contains mainly: blue. Hex color #0D5FB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5FB9 is #F2A046. Grayscale: #505050. Windows color (decimal): -15900743 or 12148493. OLE color: 12148493.

HSL color Cylindrical-coordinate representation of color #0D5FB9: hue angle of 211.4º 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 #0D5FB9 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1395185-
CMYK0.930.4900.27
HSL211.4º86.87%38.82%-
HSV(B)211.4º92.97%72.55%-
XYZ13.0211.7747.49-
YUV80.74186.8379.68-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.44%
GREEN value IS 95 (37.5% from 255) = 32.42%
BLUE value IS 185 (72.66% from 255) = 63.14%
R=4.44%
G=32.42%
B=63.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13951850.930.4900.27211.486.8738.82
HexD5FB95D3101Bd35727
Octal151372711356103332312747
Binary11011011111101110011011101110001011011110100111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,95,185); }

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

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

 a { background-color: rgb(13,95,185); }

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

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

 span { border-color: rgb(13,95,185); }

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