Html Css Color HEX #040C35 Midnight Express

📋 copy color: '#040C35'

red 4 ◦ green 12 ◦ blue 53

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

Shades of Midnight Express #040C35

Tints of Midnight Express #040C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 76.81%

R = 5.8%
G = 17.39%
B = 76.81%

CMYK

 C value IS 0.92

 M value IS 0.77

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#040C35 (or 0x040C35) is known color: Midnight Express. HEX triplet: 04, 0C and 35. RGB value is (4,12,53). Sum of RGB (Red+Green+Blue) = 4+12+53=69 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.80% from 69); Green value is 12 (5.08% from 255 or 17.39% from 69); Blue value is 53 (21.09% from 255 or 76.81% from 69); Max value from RGB is 53 - color contains mainly: blue. Hex color #040C35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040C35 is #FBF3CA. Grayscale: #0E0E0E. Windows color (decimal): -16511947 or 3476484. OLE color: 3476484.

HSL color Cylindrical-coordinate representation of color #040C35: hue angle of 230.2º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #040C35 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 4 12 53 -
CMYK 0.92 0.77 0 0.79
HSL 230.2º 0.86% 0.11% -
HSV(B) 230.2º 0.92% 0.21% -
XYZ 0.82 0.55 3.43 -
YUV 14.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 4 12 53 0.92 0.77 0 0.79 230.2 0.86 0.11
Hex 4 C 35 5C 4D 0 4F E6 56 B
Octal 4 14 65 134 115 0 117 346 126 13
Binary 100 1100 110101 1011100 1001101 0 1001111 11100110 1010110 1011

Color Harmonies of #040C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040C35

Black with #040C35

Text Example


Text Example

White with #040C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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