#0D284D

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

Shades of Midnight #0D284D

Tints of Midnight #0D284D

Color information

#0D284D (or 0x0D284D) is unknown color: approx Midnight. HEX triplet: 0D, 28 and 4D. RGB value is (13,40,77). Sum of RGB (Red+Green+Blue) = 13+40+77=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D284D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D284D is #F2D7B2. Grayscale: #232323. Windows color (decimal): -15914931 or 5056525. OLE color: 5056525.

HSL color Cylindrical-coordinate representation of color #0D284D: hue angle of 214.69º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D284D is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB134077-
CMYK0.830.4800.70
HSL214.69º71.11%17.65%-
HSV(B)214.69º83.12%30.2%-
XYZ2.262.147.31-
YUV36.14151.05111.49-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10%
GREEN value IS 40 (16.02% from 255) = 30.77%
BLUE value IS 77 (30.47% from 255) = 59.23%
R=10%
G=30.77%
B=59.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1340770.830.4800.70214.6971.1117.65
HexD284D5330046d74712
Octal155011512360010632710722
Binary1101101000100110110100111100000100011011010111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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