#0D338D

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

Shades of Smalt #0D338D

Tints of Smalt #0D338D

Color information

#0D338D (or 0x0D338D) is unknown color: approx Smalt. HEX triplet: 0D, 33 and 8D. RGB value is (13,51,141). Sum of RGB (Red+Green+Blue) = 13+51+141=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 141 (55.47% from 255 or 68.78% from 205); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D338D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D338D is #F2CC72. Grayscale: #313131. Windows color (decimal): -15912051 or 9253645. OLE color: 9253645.

HSL color Cylindrical-coordinate representation of color #0D338D: hue angle of 222.19º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D338D is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1351141-
CMYK0.910.6400.45
HSL222.19º83.12%30.2%-
HSV(B)222.19º90.78%55.29%-
XYZ6.164.3825.72-
YUV49.9179.41101.68-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.34%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 141 (55.47% from 255) = 68.78%
R=6.34%
G=24.88%
B=68.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13511410.910.6400.45222.1983.1230.2
HexD338D5B4002Dde531e
Octal156321513310005533612336
Binary11011100111000110110110111000000010110111011110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D338D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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