#0D50BA

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

Shades of Denim #0D50BA

Tints of Denim #0D50BA

Color information

#0D50BA (or 0x0D50BA) is unknown color: approx Denim. HEX triplet: 0D, 50 and BA. RGB value is (13,80,186). Sum of RGB (Red+Green+Blue) = 13+80+186=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D50BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D50BA is #F2AF45. Grayscale: #474747. Windows color (decimal): -15904582 or 12210189. OLE color: 12210189.

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

Color convert

RGB1380186-
CMYK0.930.5700.27
HSL216.76º86.93%39.02%-
HSV(B)216.76º93.01%72.94%-
XYZ11.99.3747.64-
YUV72.05192.385.88-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.66%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 186 (73.05% from 255) = 66.67%
R=4.66%
G=28.67%
B=66.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13801860.930.5700.27216.7686.9339.02
HexD50BA5D3901Bd95727
Octal151202721357103333112747
Binary11011010000101110101011101111001011011110110011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D50BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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