#0D4295

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

Shades of Smalt #0D4295

Tints of Smalt #0D4295

Color information

#0D4295 (or 0x0D4295) is unknown color: approx Smalt. HEX triplet: 0D, 42 and 95. RGB value is (13,66,149). Sum of RGB (Red+Green+Blue) = 13+66+149=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 149 (58.59% from 255 or 65.35% from 228); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D4295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4295 is #F2BD6A. Grayscale: #3B3B3B. Windows color (decimal): -15908203 or 9781773. OLE color: 9781773.

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

Color convert

RGB1366149-
CMYK0.910.5600.42
HSL216.62º83.95%31.76%-
HSV(B)216.62º91.28%58.43%-
XYZ7.546.1529.22-
YUV59.61178.4494.75-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.70%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 149 (58.59% from 255) = 65.35%
R=5.70%
G=28.95%
B=65.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13661490.910.5600.42216.6283.9531.76
HexD42955B3802Ad95420
Octal151022251337005233112440
Binary110110000101001010110110111110000101010110110011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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