#0D2986

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

Shades of Smalt #0D2986

Tints of Smalt #0D2986

Color information

#0D2986 (or 0x0D2986) is unknown color: approx Smalt. HEX triplet: 0D, 29 and 86. RGB value is (13,41,134). Sum of RGB (Red+Green+Blue) = 13+41+134=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 134 (52.73% from 255 or 71.28% from 188); Max value from RGB is 134 - color contains mainly: blue. Hex color #0D2986 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2986 is #F2D679. Grayscale: #2A2A2A. Windows color (decimal): -15914618 or 8792333. OLE color: 8792333.

HSL color Cylindrical-coordinate representation of color #0D2986: hue angle of 226.12º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D2986 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1341134-
CMYK0.900.6900.47
HSL226.12º82.31%28.82%-
HSV(B)226.12º90.3%52.55%-
XYZ5.263.3922.93-
YUV43.23179.22106.44-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.91%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 134 (52.73% from 255) = 71.28%
R=6.91%
G=21.81%
B=71.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411340.900.6900.47226.1282.3128.82
HexD29865A4502Fe2521d
Octal155120613210505734212235
Binary11011010011000011010110101000101010111111100010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,41,134); }

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

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

 a { background-color: rgb(13,41,134); }

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

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

 span { border-color: rgb(13,41,134); }

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