#0D4695

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

Shades of Smalt #0D4695

Tints of Smalt #0D4695

Color information

#0D4695 (or 0x0D4695) is unknown color: approx Smalt. HEX triplet: 0D, 46 and 95. RGB value is (13,70,149). Sum of RGB (Red+Green+Blue) = 13+70+149=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D4695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4695 is #F2B96A. Grayscale: #3D3D3D. Windows color (decimal): -15907179 or 9782797. OLE color: 9782797.

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

Color convert

RGB1370149-
CMYK0.910.5300.42
HSL214.85º83.95%31.76%-
HSV(B)214.85º91.28%58.43%-
XYZ7.786.6429.3-
YUV61.96177.1293.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.60%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 149 (58.59% from 255) = 64.22%
R=5.60%
G=30.17%
B=64.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13701490.910.5300.42214.8583.9531.76
HexD46955B3502Ad75420
Octal151062251336505232712440
Binary110110001101001010110110111101010101010110101111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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