#0D3494

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

Shades of Smalt #0D3494

Tints of Smalt #0D3494

Color information

#0D3494 (or 0x0D3494) is unknown color: approx Smalt. HEX triplet: 0D, 34 and 94. RGB value is (13,52,148). Sum of RGB (Red+Green+Blue) = 13+52+148=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 148 (58.20% from 255 or 69.48% from 213); Max value from RGB is 148 - color contains mainly: blue. Hex color #0D3494 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3494 is #F2CB6B. Grayscale: #323232. Windows color (decimal): -15911788 or 9712653. OLE color: 9712653.

HSL color Cylindrical-coordinate representation of color #0D3494: hue angle of 222.67º 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 #0D3494 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1352148-
CMYK0.910.6500.42
HSL222.67º83.85%31.57%-
HSV(B)222.67º91.22%58.04%-
XYZ6.744.6828.57-
YUV51.28182.58100.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.10%
GREEN value IS 52 (20.70% from 255) = 24.41%
BLUE value IS 148 (58.20% from 255) = 69.48%
R=6.10%
G=24.41%
B=69.48%

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
Decimal13521480.910.6500.42222.6783.8531.57
HexD34945B4102Adf5420
Octal156422413310105233712440
Binary110111010010010100101101110000010101010110111111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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