#0D4FBA

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

Shades of Denim #0D4FBA

Tints of Denim #0D4FBA

Color information

#0D4FBA (or 0x0D4FBA) is unknown color: approx Denim. HEX triplet: 0D, 4F and BA. RGB value is (13,79,186). Sum of RGB (Red+Green+Blue) = 13+79+186=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D4FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D4FBA is #F2B045. Grayscale: #464646. Windows color (decimal): -15904838 or 12209933. OLE color: 12209933.

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

Color convert

RGB1379186-
CMYK0.930.5800.27
HSL217.11º86.93%39.02%-
HSV(B)217.11º93.01%72.94%-
XYZ11.829.2247.61-
YUV71.46192.6386.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.68%
GREEN value IS 79 (31.25% from 255) = 28.42%
BLUE value IS 186 (73.05% from 255) = 66.91%
R=4.68%
G=28.42%
B=66.91%

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
Decimal13791860.930.5800.27217.1186.9339.02
HexD4FBA5D3A01Bd95727
Octal151172721357203333112747
Binary11011001111101110101011101111010011011110110011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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