#051068

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

Shades of Midnight Blue #051068

Tints of Midnight Blue #051068

Color information

#051068 (or 0x051068) is unknown color: approx Midnight Blue. HEX triplet: 05, 10 and 68. RGB value is (5,16,104). Sum of RGB (Red+Green+Blue) = 5+16+104=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 104 (41.02% from 255 or 83.2% from 125); Max value from RGB is 104 - color contains mainly: blue. Hex color #051068 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051068 is #FAEF97. Grayscale: #161616. Windows color (decimal): -16445336 or 6819845. OLE color: 6819845.

HSL color Cylindrical-coordinate representation of color #051068: hue angle of 233.33º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051068 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB516104-
CMYK0.950.8500.59
HSL233.33º90.83%21.37%-
HSV(B)233.33º95.19%40.78%-
XYZ2.751.413.22-
YUV22.74173.86115.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 16 (6.64% from 255) = 12.8%
BLUE value IS 104 (41.02% from 255) = 83.2%
R=4%
G=12.8%
B=83.2%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5161040.950.8500.59233.3390.8321.37
Hex510685F5503Be95b15
Octal52015013712507335113325
Binary10110000110100010111111010101011101111101001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051068; }

 p { color: rgb(5,16,104); }

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

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

 a { background-color: rgb(5,16,104); }

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

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

 span { border-color: rgb(5,16,104); }

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