#040098

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

Shades of New Midnight Blue #040098

Tints of New Midnight Blue #040098

Color information

#040098 (or 0x040098) is unknown color: approx New Midnight Blue. HEX triplet: 04, 00 and 98. RGB value is (4,0,152). Sum of RGB (Red+Green+Blue) = 4+0+152=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 152 (59.77% from 255 or 97.44% from 156); Max value from RGB is 152 - color contains mainly: blue. Hex color #040098 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040098 is #FBFF67. Grayscale: #111111. Windows color (decimal): -16514920 or 9961476. OLE color: 9961476.

HSL color Cylindrical-coordinate representation of color #040098: hue angle of 241.58º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040098 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB40152-
CMYK0.97100.40
HSL241.58º100%29.8%-
HSV(B)241.58º100%59.61%-
XYZ5.722.2929.85-
YUV18.52203.33117.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 152 (59.77% from 255) = 97.44%
R=2.56%
G=0%
B=97.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal401520.97100.40241.5810029.8
Hex40986164028f2641e
Octal4023014114405036214436
Binary10001001100011000011100100010100011110010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040098; }

 p { color: rgb(4,0,152); }

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

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

 a { background-color: rgb(4,0,152); }

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

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

 span { border-color: rgb(4,0,152); }

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