#0D3486

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

Shades of Smalt #0D3486

Tints of Smalt #0D3486

Color information

#0D3486 (or 0x0D3486) is unknown color: approx Smalt. HEX triplet: 0D, 34 and 86. RGB value is (13,52,134). Sum of RGB (Red+Green+Blue) = 13+52+134=199 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.53% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 134 (52.73% from 255 or 67.34% from 199); Max value from RGB is 134 - color contains mainly: blue. Hex color #0D3486 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3486 is #F2CB79. Grayscale: #313131. Windows color (decimal): -15911802 or 8795149. OLE color: 8795149.

HSL color Cylindrical-coordinate representation of color #0D3486: hue angle of 220.66º 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 #0D3486 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1352134-
CMYK0.900.6100.47
HSL220.66º82.31%28.82%-
HSV(B)220.66º90.3%52.55%-
XYZ5.74.2623.08-
YUV49.69175.58101.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.53%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 134 (52.73% from 255) = 67.34%
R=6.53%
G=26.13%
B=67.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13521340.900.6100.47220.6682.3128.82
HexD34865A3D02Fdd521d
Octal15642061327505733512235
Binary1101110100100001101011010111101010111111011101101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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