#0d4fbd

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

Shades of Denim #0D4FBD

Tints of Denim #0D4FBD

Color information

#0D4FBD (or 0x0D4FBD) is unknown color: approx Denim. HEX triplet: 0D, 4F and BD. RGB value is (13,79,189). Sum of RGB (Red+Green+Blue) = 13+79+189=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #0D4FBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D4FBD is #F2B042. Grayscale: #474747. Windows color (decimal): -15904835 or 12406541. OLE color: 12406541.

HSL color Cylindrical-coordinate representation of color #0D4FBD: hue angle of 217.5º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D4FBD is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1379189-
CMYK0.930.5800.26
HSL217.5º87.13%39.61%-
HSV(B)217.5º93.12%74.12%-
XYZ12.159.3549.31-
YUV71.81194.1386.06-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.63%
GREEN value IS 79 (31.25% from 255) = 28.11%
BLUE value IS 189 (74.22% from 255) = 67.26%
R=4.63%
G=28.11%
B=67.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal13791890.930.5800.26217.587.1339.61
HexD4FBD5D3A01Ada5728
Octal151172751357203233212750
Binary11011001111101111011011101111010011010110110101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d4fbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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