#0D3392

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

Shades of Smalt #0D3392

Tints of Smalt #0D3392

Color information

#0D3392 (or 0x0D3392) is unknown color: approx Smalt. HEX triplet: 0D, 33 and 92. RGB value is (13,51,146). Sum of RGB (Red+Green+Blue) = 13+51+146=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 146 (57.42% from 255 or 69.52% from 210); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D3392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3392 is #F2CC6D. Grayscale: #323232. Windows color (decimal): -15912046 or 9581325. OLE color: 9581325.

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

Color convert

RGB1351146-
CMYK0.910.6500.43
HSL222.86º83.65%31.18%-
HSV(B)222.86º91.1%57.25%-
XYZ6.544.5327.72-
YUV50.47181.91101.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.19%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 146 (57.42% from 255) = 69.52%
R=6.19%
G=24.29%
B=69.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13511460.910.6500.43222.8683.6531.18
HexD33925B4102Bdf541f
Octal156322213310105333712437
Binary11011100111001001010110111000001010101111011111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,51,146); }

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

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

 a { background-color: rgb(13,51,146); }

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

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

 span { border-color: rgb(13,51,146); }

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