#051066

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

Shades of Midnight Blue #051066

Tints of Midnight Blue #051066

Color information

#051066 (or 0x051066) is unknown color: approx Midnight Blue. HEX triplet: 05, 10 and 66. RGB value is (5,16,102). Sum of RGB (Red+Green+Blue) = 5+16+102=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 102 (40.23% from 255 or 82.93% from 123); Max value from RGB is 102 - color contains mainly: blue. Hex color #051066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051066 is #FAEF99. Grayscale: #161616. Windows color (decimal): -16445338 or 6688773. OLE color: 6688773.

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

Color convert

RGB516102-
CMYK0.950.8400.6
HSL233.2º90.65%20.98%-
HSV(B)233.2º95.1%40%-
XYZ2.651.3612.69-
YUV22.52172.86115.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 16 (6.64% from 255) = 13.01%
BLUE value IS 102 (40.23% from 255) = 82.93%
R=4.07%
G=13.01%
B=82.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5161020.950.8400.6233.290.6520.98
Hex510665F5403Ce95b15
Octal52014613712407435113325
Binary10110000110011010111111010100011110011101001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051066; }

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

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

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

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

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

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

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

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