Html Css Color HEX #040D61 Midnight Blue

📋 copy color: '#040D61'

red 4 ◦ green 13 ◦ blue 97

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

Shades of Midnight Blue #040D61

Tints of Midnight Blue #040D61

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.4%

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

R = 3.51%
G = 11.4%
B = 85.09%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#040D61 (or 0x040D61) is known color: Midnight Blue. HEX triplet: 04, 0D and 61. RGB value is (4,13,97). Sum of RGB (Red+Green+Blue) = 4+13+97=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 97 (38.28% from 255 or 85.09% from 114); Max value from RGB is 97 - color contains mainly: blue. Hex color #040D61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040D61 is #FBF29E. Grayscale: #131313. Windows color (decimal): -16511647 or 6360324. OLE color: 6360324.

HSL color Cylindrical-coordinate representation of color #040D61: hue angle of 234.19º 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 #040D61 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 13 97 -
CMYK 0.96 0.87 0 0.62
HSL 234.19º 0.92% 0.2% -
HSV(B) 234.19º 0.96% 0.38% -
XYZ 2.35 1.18 11.41 -
YUV 19.89 171.52 116.67 -
System Red Green Blue C M Y K H S L
Decimal 4 13 97 0.96 0.87 0 0.62 234.19 0.92 0.2
Hex 4 D 61 60 57 0 3E EA 5C 14
Octal 4 15 141 140 127 0 76 352 134 24
Binary 100 1101 1100001 1100000 1010111 0 111110 11101010 1011100 10100

Color Harmonies of #040D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040D61

Black with #040D61

Text Example


Text Example

White with #040D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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