#0D2C96

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

Shades of Smalt #0D2C96

Tints of Smalt #0D2C96

Color information

#0D2C96 (or 0x0D2C96) is unknown color: approx Smalt. HEX triplet: 0D, 2C and 96. RGB value is (13,44,150). Sum of RGB (Red+Green+Blue) = 13+44+150=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 150 (58.98% from 255 or 72.46% from 207); Max value from RGB is 150 - color contains mainly: blue. Hex color #0D2C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2C96 is #F2D369. Grayscale: #2E2E2E. Windows color (decimal): -15913834 or 9841677. OLE color: 9841677.

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

Color convert

RGB1344150-
CMYK0.910.7100.41
HSL226.42º84.05%31.96%-
HSV(B)226.42º91.33%58.82%-
XYZ6.574.0929.3-
YUV46.82186.23103.88-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.28%
GREEN value IS 44 (17.58% from 255) = 21.26%
BLUE value IS 150 (58.98% from 255) = 72.46%
R=6.28%
G=21.26%
B=72.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13441500.910.7100.41226.4284.0531.96
HexD2C965B47029e25420
Octal155422613310705134212440
Binary110110110010010110101101110001110101001111000101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,44,150); }

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

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

 a { background-color: rgb(13,44,150); }

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

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

 span { border-color: rgb(13,44,150); }

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