Html Css Color HEX #040C61 Midnight Blue

📋 copy color: '#040C61'

red 4 ◦ green 12 ◦ blue 97

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

Shades of Midnight Blue #040C61

Tints of Midnight Blue #040C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 85.84%

R = 3.54%
G = 10.62%
B = 85.84%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#040C61 (or 0x040C61) is known color: Midnight Blue. HEX triplet: 04, 0C and 61. RGB value is (4,12,97). Sum of RGB (Red+Green+Blue) = 4+12+97=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 97 (38.28% from 255 or 85.84% from 113); Max value from RGB is 97 - color contains mainly: blue. Hex color #040C61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040C61 is #FBF39E. Grayscale: #121212. Windows color (decimal): -16511903 or 6360068. OLE color: 6360068.

HSL color Cylindrical-coordinate representation of color #040C61: hue angle of 234.84º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040C61 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 12 97 -
CMYK 0.96 0.88 0 0.62
HSL 234.84º 0.92% 0.2% -
HSV(B) 234.84º 0.96% 0.38% -
XYZ 2.34 1.15 11.41 -
YUV 19.3 171.85 117.09 -
System Red Green Blue C M Y K H S L
Decimal 4 12 97 0.96 0.88 0 0.62 234.84 0.92 0.2
Hex 4 C 61 60 58 0 3E EB 5C 14
Octal 4 14 141 140 130 0 76 353 134 24
Binary 100 1100 1100001 1100000 1011000 0 111110 11101011 1011100 10100

Color Harmonies of #040C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040C61

Black with #040C61

Text Example


Text Example

White with #040C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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