#0D4EBA

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

Shades of Denim #0D4EBA

Tints of Denim #0D4EBA

Color information

#0D4EBA (or 0x0D4EBA) is unknown color: approx Denim. HEX triplet: 0D, 4E and BA. RGB value is (13,78,186). Sum of RGB (Red+Green+Blue) = 13+78+186=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D4EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D4EBA is #F2B145. Grayscale: #464646. Windows color (decimal): -15905094 or 12209677. OLE color: 12209677.

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

Color convert

RGB1378186-
CMYK0.930.5800.27
HSL217.46º86.93%39.02%-
HSV(B)217.46º93.01%72.94%-
XYZ11.759.0847.59-
YUV70.88192.9786.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.69%
GREEN value IS 78 (30.86% from 255) = 28.16%
BLUE value IS 186 (73.05% from 255) = 67.15%
R=4.69%
G=28.16%
B=67.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13781860.930.5800.27217.4686.9339.02
HexD4EBA5D3A01Bd95727
Octal151162721357203333112747
Binary11011001110101110101011101111010011011110110011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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