#0D3C93

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

Shades of Smalt #0D3C93

Tints of Smalt #0D3C93

Color information

#0D3C93 (or 0x0D3C93) is unknown color: approx Smalt. HEX triplet: 0D, 3C and 93. RGB value is (13,60,147). Sum of RGB (Red+Green+Blue) = 13+60+147=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D3C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3C93 is #F2C36C. Grayscale: #373737. Windows color (decimal): -15909741 or 9649165. OLE color: 9649165.

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

Color convert

RGB1360147-
CMYK0.910.5900.42
HSL218.96º83.75%31.37%-
HSV(B)218.96º91.16%57.65%-
XYZ7.055.4228.28-
YUV55.86179.4397.43-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.91%
GREEN value IS 60 (23.83% from 255) = 27.27%
BLUE value IS 147 (57.81% from 255) = 66.82%
R=5.91%
G=27.27%
B=66.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13601470.910.5900.42218.9683.7531.37
HexD3C935B3B02Adb541f
Octal15742231337305233312437
Binary1101111100100100111011011111011010101011011011101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,60,147); }

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

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

 a { background-color: rgb(13,60,147); }

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

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

 span { border-color: rgb(13,60,147); }

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