#0D348D

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

Shades of Smalt #0D348D

Tints of Smalt #0D348D

Color information

#0D348D (or 0x0D348D) is unknown color: approx Smalt. HEX triplet: 0D, 34 and 8D. RGB value is (13,52,141). Sum of RGB (Red+Green+Blue) = 13+52+141=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D348D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D348D is #F2CB72. Grayscale: #323232. Windows color (decimal): -15911795 or 9253901. OLE color: 9253901.

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

Color convert

RGB1352141-
CMYK0.910.6300.45
HSL221.72º83.12%30.2%-
HSV(B)221.72º90.78%55.29%-
XYZ6.24.4625.73-
YUV50.48179.08101.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.31%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 141 (55.47% from 255) = 68.45%
R=6.31%
G=25.24%
B=68.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13521410.910.6300.45221.7283.1230.2
HexD348D5B3F02Dde531e
Octal15642151337705533612336
Binary1101110100100011011011011111111010110111011110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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