#0D51BA

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

Shades of Denim #0D51BA

Tints of Denim #0D51BA

Color information

#0D51BA (or 0x0D51BA) is unknown color: approx Denim. HEX triplet: 0D, 51 and BA. RGB value is (13,81,186). Sum of RGB (Red+Green+Blue) = 13+81+186=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D51BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D51BA is #F2AE45. Grayscale: #484848. Windows color (decimal): -15904326 or 12210445. OLE color: 12210445.

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

Color convert

RGB1381186-
CMYK0.930.5600.27
HSL216.42º86.93%39.02%-
HSV(B)216.42º93.01%72.94%-
XYZ11.979.5247.66-
YUV72.64191.9785.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.64%
GREEN value IS 81 (32.03% from 255) = 28.93%
BLUE value IS 186 (73.05% from 255) = 66.43%
R=4.64%
G=28.93%
B=66.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13811860.930.5600.27216.4286.9339.02
HexD51BA5D3801Bd85727
Octal151212721357003333012747
Binary11011010001101110101011101111000011011110110001010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D51BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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