#0D3185

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

Shades of Smalt #0D3185

Tints of Smalt #0D3185

Color information

#0D3185 (or 0x0D3185) is unknown color: approx Smalt. HEX triplet: 0D, 31 and 85. RGB value is (13,49,133). Sum of RGB (Red+Green+Blue) = 13+49+133=195 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.67% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 133 (52.34% from 255 or 68.21% from 195); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D3185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3185 is #F2CE7A. Grayscale: #2F2F2F. Windows color (decimal): -15912571 or 8728845. OLE color: 8728845.

HSL color Cylindrical-coordinate representation of color #0D3185: hue angle of 222º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D3185 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1349133-
CMYK0.900.6300.48
HSL222º82.19%28.63%-
HSV(B)222º90.23%52.16%-
XYZ5.53.9822.67-
YUV47.81176.07103.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.67%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 133 (52.34% from 255) = 68.21%
R=6.67%
G=25.13%
B=68.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13491330.900.6300.4822282.1928.63
HexD31855A3F030de521d
Octal15612051327706033612235
Binary1101110001100001011011010111111011000011011110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,49,133); }

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

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

 a { background-color: rgb(13,49,133); }

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

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

 span { border-color: rgb(13,49,133); }

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