#0D3C91

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

Shades of Smalt #0D3C91

Tints of Smalt #0D3C91

Color information

#0D3C91 (or 0x0D3C91) is unknown color: approx Smalt. HEX triplet: 0D, 3C and 91. RGB value is (13,60,145). Sum of RGB (Red+Green+Blue) = 13+60+145=218 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.96% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 145 (57.03% from 255 or 66.51% from 218); Max value from RGB is 145 - color contains mainly: blue. Hex color #0D3C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3C91 is #F2C36E. Grayscale: #373737. Windows color (decimal): -15909743 or 9518093. OLE color: 9518093.

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

Color convert

RGB1360145-
CMYK0.910.5900.43
HSL218.64º83.54%30.98%-
HSV(B)218.64º91.03%56.86%-
XYZ6.895.3627.46-
YUV55.64178.4397.59-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.96%
GREEN value IS 60 (23.83% from 255) = 27.52%
BLUE value IS 145 (57.03% from 255) = 66.51%
R=5.96%
G=27.52%
B=66.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13601450.910.5900.43218.6483.5430.98
HexD3C915B3B02Bdb541f
Octal15742211337305333312437
Binary1101111100100100011011011111011010101111011011101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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