Html Css Color HEX #040C3D Midnight Express

📋 copy color: '#040C3D'

red 4 ◦ green 12 ◦ blue 61

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

Shades of Midnight Express #040C3D

Tints of Midnight Express #040C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 79.22%

R = 5.19%
G = 15.58%
B = 79.22%

CMYK

 C value IS 0.93

 M value IS 0.80

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#040C3D (or 0x040C3D) is known color: Midnight Express. HEX triplet: 04, 0C and 3D. RGB value is (4,12,61). Sum of RGB (Red+Green+Blue) = 4+12+61=77 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.19% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 61 (24.22% from 255 or 79.22% from 77); Max value from RGB is 61 - color contains mainly: blue. Hex color #040C3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040C3D is #FBF3C2. Grayscale: #0E0E0E. Windows color (decimal): -16511939 or 4000772. OLE color: 4000772.

HSL color Cylindrical-coordinate representation of color #040C3D: hue angle of 231.58º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #040C3D is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 4 12 61 -
CMYK 0.93 0.80 0 0.76
HSL 231.58º 0.88% 0.13% -
HSV(B) 231.58º 0.93% 0.24% -
XYZ 1.02 0.63 4.48 -
YUV 15.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 4 12 61 0.93 0.80 0 0.76 231.58 0.88 0.13
Hex 4 C 3D 5D 50 0 4C E8 58 D
Octal 4 14 75 135 120 0 114 350 130 15
Binary 100 1100 111101 1011101 1010000 0 1001100 11101000 1011000 1101

Color Harmonies of #040C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040C3D

Black with #040C3D

Text Example


Text Example

White with #040C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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