#0D2C8B

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

Shades of Smalt #0D2C8B

Tints of Smalt #0D2C8B

Color information

#0D2C8B (or 0x0D2C8B) is unknown color: approx Smalt. HEX triplet: 0D, 2C and 8B. RGB value is (13,44,139). Sum of RGB (Red+Green+Blue) = 13+44+139=196 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.63% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 139 (54.69% from 255 or 70.92% from 196); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D2C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2C8B is #F2D374. Grayscale: #2D2D2D. Windows color (decimal): -15913845 or 9120781. OLE color: 9120781.

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

Color convert

RGB1344139-
CMYK0.910.6800.45
HSL225.24º82.89%29.8%-
HSV(B)225.24º90.65%54.51%-
XYZ5.733.7524.85-
YUV45.56180.73104.78-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.63%
GREEN value IS 44 (17.58% from 255) = 22.45%
BLUE value IS 139 (54.69% from 255) = 70.92%
R=6.63%
G=22.45%
B=70.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13441390.910.6800.45225.2482.8929.8
HexD2C8B5B4402De1531e
Octal155421313310405534112336
Binary11011011001000101110110111000100010110111100001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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