#0d4dcf

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

Shades of Denim #0D4DCF

Tints of Denim #0D4DCF

Color information

#0D4DCF (or 0x0D4DCF) is unknown color: approx Denim. HEX triplet: 0D, 4D and CF. RGB value is (13,77,207). Sum of RGB (Red+Green+Blue) = 13+77+207=297 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.38% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #0D4DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D4DCF is #F2B230. Grayscale: #484848. Windows color (decimal): -15905329 or 13585677. OLE color: 13585677.

HSL color Cylindrical-coordinate representation of color #0D4DCF: hue angle of 220.21º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D4DCF is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1377207-
CMYK0.940.6300.19
HSL220.21º88.18%43.14%-
HSV(B)220.21º93.72%81.18%-
XYZ14.089.960.2-
YUV72.68203.885.43-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.38%
GREEN value IS 77 (30.47% from 255) = 25.93%
BLUE value IS 207 (81.25% from 255) = 69.70%
R=4.38%
G=25.93%
B=69.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal13772070.940.6300.19220.2188.1843.14
HexD4DCF5E3F013dc582b
Octal151153171367702333413053
Binary11011001101110011111011110111111010011110111001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d4dcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,77,207); }

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

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

 a { background-color: rgb(13,77,207); }

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

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

 span { border-color: rgb(13,77,207); }

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