#0D2995

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

Shades of Smalt #0D2995

Tints of Smalt #0D2995

Color information

#0D2995 (or 0x0D2995) is unknown color: approx Smalt. HEX triplet: 0D, 29 and 95. RGB value is (13,41,149). Sum of RGB (Red+Green+Blue) = 13+41+149=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D2995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2995 is #F2D66A. Grayscale: #2C2C2C. Windows color (decimal): -15914603 or 9775373. OLE color: 9775373.

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

Color convert

RGB1341149-
CMYK0.910.7200.42
HSL227.65º83.95%31.76%-
HSV(B)227.65º91.28%58.43%-
XYZ6.383.8428.84-
YUV44.94186.72105.22-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.40%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 149 (58.59% from 255) = 73.40%
R=6.40%
G=20.20%
B=73.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13411490.910.7200.42227.6583.9531.76
HexD29955B4802Ae45420
Octal155122513311005234412440
Binary110110100110010101101101110010000101010111001001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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