Html Css Color HEX #040094 New Midnight Blue

📋 copy color: '#040094'

red 4 ◦ green 0 ◦ blue 148

#040094
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Midnight Blue #040094

Tints of New Midnight Blue #040094

RGB

 RED value IS 4 (1.95% from 255) = 2.63%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 148 (58.2% from 255) = 97.37%

R = 2.63%
G = 0%
B = 97.37%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#040094 (or 0x040094) is known color: New Midnight Blue. HEX triplet: 04, 00 and 94. RGB value is (4,0,148). Sum of RGB (Red+Green+Blue) = 4+0+148=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 148 (58.20% from 255 or 97.37% from 152); Max value from RGB is 148 - color contains mainly: blue. Hex color #040094 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040094 is #FBFF6B. Grayscale: #111111. Windows color (decimal): -16514924 or 9699332. OLE color: 9699332.

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

Color convert

RGB 4 0 148 -
CMYK 0.97 1 0 0.42
HSL 241.62º 1% 0.29% -
HSV(B) 241.62º 1% 0.58% -
XYZ 5.4 2.16 28.15 -
YUV 18.07 201.33 117.97 -
System Red Green Blue C M Y K H S L
Decimal 4 0 148 0.97 1 0 0.42 241.62 1 0.29
Hex 4 0 94 61 64 0 2A F2 64 1D
Octal 4 0 224 141 144 0 52 362 144 35
Binary 100 0 10010100 1100001 1100100 0 101010 11110010 1100100 11101

Color Harmonies of #040094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040094

Black with #040094

Text Example


Text Example

White with #040094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040094; }

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

 H1.HeaderClassName
 {
   color: #040094;
 }
 .AnyTagClassName
 {
   color: #040094;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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