#0D084F

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

Shades of Midnight Blue #0D084F

Tints of Midnight Blue #0D084F

Color information

#0D084F (or 0x0D084F) is unknown color: approx Midnight Blue. HEX triplet: 0D, 08 and 4F. RGB value is (13,8,79). Sum of RGB (Red+Green+Blue) = 13+8+79=100 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 79 (31.25% from 255 or 79% from 100); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D084F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D084F is #F2F7B0. Grayscale: #111111. Windows color (decimal): -15923121 or 5179405. OLE color: 5179405.

HSL color Cylindrical-coordinate representation of color #0D084F: hue angle of 244.23º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D084F is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB13879-
CMYK0.840.9000.69
HSL244.23º81.61%17.06%-
HSV(B)244.23º89.87%30.98%-
XYZ1.660.827.47-
YUV17.59162.66124.73-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13%
GREEN value IS 8 (3.52% from 255) = 8%
BLUE value IS 79 (31.25% from 255) = 79%
R=13%
G=8%
B=79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal138790.840.9000.69244.2381.6117.06
HexD84F545A045f45211
Octal1510117124132010536412221
Binary110110001001111101010010110100100010111110100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,8,79); }

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

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

 a { background-color: rgb(13,8,79); }

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

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

 span { border-color: rgb(13,8,79); }

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