#0D2A85

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

Shades of Smalt #0D2A85

Tints of Smalt #0D2A85

Color information

#0D2A85 (or 0x0D2A85) is unknown color: approx Smalt. HEX triplet: 0D, 2A and 85. RGB value is (13,42,133). Sum of RGB (Red+Green+Blue) = 13+42+133=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 133 (52.34% from 255 or 70.74% from 188); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D2A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2A85 is #F2D57A. Grayscale: #2B2B2B. Windows color (decimal): -15914363 or 8727053. OLE color: 8727053.

HSL color Cylindrical-coordinate representation of color #0D2A85: hue angle of 225.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D2A85 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1342133-
CMYK0.900.6800.48
HSL225.5º82.19%28.63%-
HSV(B)225.5º90.23%52.16%-
XYZ5.233.4322.58-
YUV43.7178.39106.1-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.91%
GREEN value IS 42 (16.80% from 255) = 22.34%
BLUE value IS 133 (52.34% from 255) = 70.74%
R=6.91%
G=22.34%
B=70.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13421330.900.6800.48225.582.1928.63
HexD2A855A44030e2521d
Octal155220513210406034212235
Binary11011010101000010110110101000100011000011100010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,42,133); }

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

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

 a { background-color: rgb(13,42,133); }

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

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

 span { border-color: rgb(13,42,133); }

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