#0D288B

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

Shades of Smalt #0D288B

Tints of Smalt #0D288B

Color information

#0D288B (or 0x0D288B) is unknown color: approx Smalt. HEX triplet: 0D, 28 and 8B. RGB value is (13,40,139). Sum of RGB (Red+Green+Blue) = 13+40+139=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 139 (54.69% from 255 or 72.40% from 192); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D288B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D288B is #F2D774. Grayscale: #2A2A2A. Windows color (decimal): -15914869 or 9119757. OLE color: 9119757.

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

Color convert

RGB1340139-
CMYK0.910.7100.45
HSL227.14º82.89%29.8%-
HSV(B)227.14º90.65%54.51%-
XYZ5.583.4724.8-
YUV43.21182.05106.45-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.77%
GREEN value IS 40 (16.02% from 255) = 20.83%
BLUE value IS 139 (54.69% from 255) = 72.40%
R=6.77%
G=20.83%
B=72.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13401390.910.7100.45227.1482.8929.8
HexD288B5B4702De3531e
Octal155021313310705534312336
Binary11011010001000101110110111000111010110111100011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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