#0D3487

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

Shades of Smalt #0D3487

Tints of Smalt #0D3487

Color information

#0D3487 (or 0x0D3487) is unknown color: approx Smalt. HEX triplet: 0D, 34 and 87. RGB value is (13,52,135). Sum of RGB (Red+Green+Blue) = 13+52+135=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 135 (53.12% from 255 or 67.5% from 200); Max value from RGB is 135 - color contains mainly: blue. Hex color #0D3487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3487 is #F2CB78. Grayscale: #313131. Windows color (decimal): -15911801 or 8860685. OLE color: 8860685.

HSL color Cylindrical-coordinate representation of color #0D3487: hue angle of 220.82º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D3487 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1352135-
CMYK0.900.6100.47
HSL220.82º82.43%29.02%-
HSV(B)220.82º90.37%52.94%-
XYZ5.774.2923.45-
YUV49.8176.08101.75-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.5%
GREEN value IS 52 (20.70% from 255) = 26%
BLUE value IS 135 (53.12% from 255) = 67.5%
R=6.5%
G=26%
B=67.5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13521350.900.6100.47220.8282.4329.02
HexD34875A3D02Fdd521d
Octal15642071327505733512235
Binary1101110100100001111011010111101010111111011101101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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