#0D3495

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

Shades of Smalt #0D3495

Tints of Smalt #0D3495

Color information

#0D3495 (or 0x0D3495) is unknown color: approx Smalt. HEX triplet: 0D, 34 and 95. RGB value is (13,52,149). Sum of RGB (Red+Green+Blue) = 13+52+149=214 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.07% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 149 (58.59% from 255 or 69.63% from 214); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D3495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3495 is #F2CB6A. Grayscale: #323232. Windows color (decimal): -15911787 or 9778189. OLE color: 9778189.

HSL color Cylindrical-coordinate representation of color #0D3495: hue angle of 222.79º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D3495 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1352149-
CMYK0.910.6500.42
HSL222.79º83.95%31.76%-
HSV(B)222.79º91.28%58.43%-
XYZ6.824.7128.98-
YUV51.4183.08100.61-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.07%
GREEN value IS 52 (20.70% from 255) = 24.30%
BLUE value IS 149 (58.59% from 255) = 69.63%
R=6.07%
G=24.30%
B=69.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13521490.910.6500.42222.7983.9531.76
HexD34955B4102Adf5420
Octal156422513310105233712440
Binary110111010010010101101101110000010101010110111111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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