#040655

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

Shades of Midnight Blue #040655

Tints of Midnight Blue #040655

Color information

#040655 (or 0x040655) is unknown color: approx Midnight Blue. HEX triplet: 04, 06 and 55. RGB value is (4,6,85). Sum of RGB (Red+Green+Blue) = 4+6+85=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 85 (33.59% from 255 or 89.47% from 95); Max value from RGB is 85 - color contains mainly: blue. Hex color #040655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040655 is #FBF9AA. Grayscale: #0E0E0E. Windows color (decimal): -16513451 or 5572100. OLE color: 5572100.

HSL color Cylindrical-coordinate representation of color #040655: hue angle of 238.52º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040655 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB4685-
CMYK0.950.9300.67
HSL238.52º91.01%17.45%-
HSV(B)238.52º95.29%33.33%-
XYZ1.750.818.66-
YUV14.41167.84120.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.21%
GREEN value IS 6 (2.73% from 255) = 6.32%
BLUE value IS 85 (33.59% from 255) = 89.47%
R=4.21%
G=6.32%
B=89.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal46850.950.9300.67238.5291.0117.45
Hex46555F5D043ef5b11
Octal46125137135010335713321
Binary1001101010101101111110111010100001111101111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040655; }

 p { color: rgb(4,6,85); }

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

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

 a { background-color: rgb(4,6,85); }

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

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

 span { border-color: rgb(4,6,85); }

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