#0D398F

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

Shades of Smalt #0D398F

Tints of Smalt #0D398F

Color information

#0D398F (or 0x0D398F) is unknown color: approx Smalt. HEX triplet: 0D, 39 and 8F. RGB value is (13,57,143). Sum of RGB (Red+Green+Blue) = 13+57+143=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 143 (56.25% from 255 or 67.14% from 213); Max value from RGB is 143 - color contains mainly: blue. Hex color #0D398F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D398F is #F2C670. Grayscale: #353535. Windows color (decimal): -15910513 or 9386253. OLE color: 9386253.

HSL color Cylindrical-coordinate representation of color #0D398F: hue angle of 219.69º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D398F is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1357143-
CMYK0.910.6000.44
HSL219.69º83.33%30.59%-
HSV(B)219.69º90.91%56.08%-
XYZ6.594.9926.6-
YUV53.65178.4299.01-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.10%
GREEN value IS 57 (22.66% from 255) = 26.76%
BLUE value IS 143 (56.25% from 255) = 67.14%
R=6.10%
G=26.76%
B=67.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13571430.910.6000.44219.6983.3330.59
HexD398F5B3C02Cdc531f
Octal15712171337405433412337
Binary1101111001100011111011011111100010110011011100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D398F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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