#040397

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

Shades of New Midnight Blue #040397

Tints of New Midnight Blue #040397

Color information

#040397 (or 0x040397) is unknown color: approx New Midnight Blue. HEX triplet: 04, 03 and 97. RGB value is (4,3,151). Sum of RGB (Red+Green+Blue) = 4+3+151=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 151 (59.38% from 255 or 95.57% from 158); Max value from RGB is 151 - color contains mainly: blue. Hex color #040397 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040397 is #FBFC68. Grayscale: #131313. Windows color (decimal): -16514153 or 9896708. OLE color: 9896708.

HSL color Cylindrical-coordinate representation of color #040397: hue angle of 240.41º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040397 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB43151-
CMYK0.970.9800.41
HSL240.41º96.1%30.2%-
HSV(B)240.41º98.01%59.22%-
XYZ5.672.3329.43-
YUV20.17201.83116.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.53%
GREEN value IS 3 (1.56% from 255) = 1.90%
BLUE value IS 151 (59.38% from 255) = 95.57%
R=2.53%
G=1.90%
B=95.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal431510.970.9800.41240.4196.130.2
Hex43976162029f0601e
Octal4322714114205136014036
Binary100111001011111000011100010010100111110000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040397; }

 p { color: rgb(4,3,151); }

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

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

 a { background-color: rgb(4,3,151); }

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

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

 span { border-color: rgb(4,3,151); }

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