#04065A

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

Shades of Midnight Blue #04065A

Tints of Midnight Blue #04065A

Color information

#04065A (or 0x04065A) is unknown color: approx Midnight Blue. HEX triplet: 04, 06 and 5A. RGB value is (4,6,90). Sum of RGB (Red+Green+Blue) = 4+6+90=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 90 (35.55% from 255 or 90% from 100); Max value from RGB is 90 - color contains mainly: blue. Hex color #04065A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04065A is #FBF9A5. Grayscale: #0E0E0E. Windows color (decimal): -16513446 or 5899780. OLE color: 5899780.

HSL color Cylindrical-coordinate representation of color #04065A: hue angle of 238.6º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04065A is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB4690-
CMYK0.960.9300.65
HSL238.6º91.49%18.43%-
HSV(B)238.6º95.56%35.29%-
XYZ1.960.899.74-
YUV14.98170.34120.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4%
GREEN value IS 6 (2.73% from 255) = 6%
BLUE value IS 90 (35.55% from 255) = 90%
R=4%
G=6%
B=90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal46900.960.9300.65238.691.4918.43
Hex465A605D041ef5b12
Octal46132140135010135713322
Binary1001101011010110000010111010100000111101111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04065A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04065A; }

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

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

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

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

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

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

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

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