#0D4CBE

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

Shades of Denim #0D4CBE

Tints of Denim #0D4CBE

Color information

#0D4CBE (or 0x0D4CBE) is unknown color: approx Denim. HEX triplet: 0D, 4C and BE. RGB value is (13,76,190). Sum of RGB (Red+Green+Blue) = 13+76+190=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D4CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4CBE is #F2B341. Grayscale: #454545. Windows color (decimal): -15905602 or 12471309. OLE color: 12471309.

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

Color convert

RGB1376190-
CMYK0.930.6000.25
HSL218.64º87.19%39.8%-
HSV(B)218.64º93.16%74.51%-
XYZ12.048.9749.81-
YUV70.16195.6387.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.66%
GREEN value IS 76 (30.08% from 255) = 27.24%
BLUE value IS 190 (74.61% from 255) = 68.10%
R=4.66%
G=27.24%
B=68.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13761900.930.6000.25218.6487.1939.8
HexD4CBE5D3C019db5728
Octal151142761357403133312750
Binary11011001100101111101011101111100011001110110111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,76,190); }

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

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

 a { background-color: rgb(13,76,190); }

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

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

 span { border-color: rgb(13,76,190); }

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