#0D398D

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

Shades of Smalt #0D398D

Tints of Smalt #0D398D

Color information

#0D398D (or 0x0D398D) is unknown color: approx Smalt. HEX triplet: 0D, 39 and 8D. RGB value is (13,57,141). Sum of RGB (Red+Green+Blue) = 13+57+141=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D398D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D398D is #F2C672. Grayscale: #353535. Windows color (decimal): -15910515 or 9255181. OLE color: 9255181.

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

Color convert

RGB1357141-
CMYK0.910.6000.45
HSL219.38º83.12%30.2%-
HSV(B)219.38º90.78%55.29%-
XYZ6.444.9325.81-
YUV53.42177.4299.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.16%
GREEN value IS 57 (22.66% from 255) = 27.01%
BLUE value IS 141 (55.47% from 255) = 66.82%
R=6.16%
G=27.01%
B=66.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13571410.910.6000.45219.3883.1230.2
HexD398D5B3C02Ddb531e
Octal15712151337405533312336
Binary1101111001100011011011011111100010110111011011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D398D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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