Html Css Color HEX #040C94 New Midnight Blue

📋 copy color: '#040C94'

red 4 ◦ green 12 ◦ blue 148

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

Shades of New Midnight Blue #040C94

Tints of New Midnight Blue #040C94

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.32%

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

R = 2.44%
G = 7.32%
B = 90.24%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#040C94 (or 0x040C94) is known color: New Midnight Blue. HEX triplet: 04, 0C and 94. RGB value is (4,12,148). Sum of RGB (Red+Green+Blue) = 4+12+148=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 148 (58.20% from 255 or 90.24% from 164); Max value from RGB is 148 - color contains mainly: blue. Hex color #040C94 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040C94 is #FBF36B. Grayscale: #181818. Windows color (decimal): -16511852 or 9702404. OLE color: 9702404.

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

Color convert

RGB 4 12 148 -
CMYK 0.97 0.92 0 0.42
HSL 236.67º 0.95% 0.3% -
HSV(B) 236.67º 0.97% 0.58% -
XYZ 5.53 2.43 28.19 -
YUV 25.11 197.35 112.94 -
System Red Green Blue C M Y K H S L
Decimal 4 12 148 0.97 0.92 0 0.42 236.67 0.95 0.3
Hex 4 C 94 61 5C 0 2A ED 5F 1E
Octal 4 14 224 141 134 0 52 355 137 36
Binary 100 1100 10010100 1100001 1011100 0 101010 11101101 1011111 11110

Color Harmonies of #040C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040C94

Black with #040C94

Text Example


Text Example

White with #040C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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