#0D3595

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

Shades of Smalt #0D3595

Tints of Smalt #0D3595

Color information

#0D3595 (or 0x0D3595) is unknown color: approx Smalt. HEX triplet: 0D, 35 and 95. RGB value is (13,53,149). Sum of RGB (Red+Green+Blue) = 13+53+149=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 149 (58.59% from 255 or 69.30% from 215); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D3595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3595 is #F2CA6A. Grayscale: #333333. Windows color (decimal): -15911531 or 9778445. OLE color: 9778445.

HSL color Cylindrical-coordinate representation of color #0D3595: hue angle of 222.35º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D3595 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1353149-
CMYK0.910.6400.42
HSL222.35º83.95%31.76%-
HSV(B)222.35º91.28%58.43%-
XYZ6.864.829-
YUV51.98182.75100.19-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.05%
GREEN value IS 53 (21.09% from 255) = 24.65%
BLUE value IS 149 (58.59% from 255) = 69.30%
R=6.05%
G=24.65%
B=69.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13531490.910.6400.42222.3583.9531.76
HexD35955B4002Ade5420
Octal156522513310005233612440
Binary110111010110010101101101110000000101010110111101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,53,149); }

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

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

 a { background-color: rgb(13,53,149); }

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

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

 span { border-color: rgb(13,53,149); }

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