#0D4EBF

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

Shades of Denim #0D4EBF

Tints of Denim #0D4EBF

Color information

#0D4EBF (or 0x0D4EBF) is unknown color: approx Denim. HEX triplet: 0D, 4E and BF. RGB value is (13,78,191). Sum of RGB (Red+Green+Blue) = 13+78+191=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 191 (75% from 255 or 67.73% from 282); Max value from RGB is 191 - color contains mainly: blue. Hex color #0D4EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D4EBF is #F2B140. Grayscale: #464646. Windows color (decimal): -15905089 or 12537357. OLE color: 12537357.

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

Color convert

RGB1378191-
CMYK0.930.5900.25
HSL218.09º87.25%40%-
HSV(B)218.09º93.19%74.9%-
XYZ12.299.350.44-
YUV71.45195.4786.31-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.61%
GREEN value IS 78 (30.86% from 255) = 27.66%
BLUE value IS 191 (75% from 255) = 67.73%
R=4.61%
G=27.66%
B=67.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13781910.930.5900.25218.0987.2540
HexD4EBF5D3B019da5728
Octal151162771357303133212750
Binary11011001110101111111011101111011011001110110101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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