Html Css Color HEX #040038 Midnight Express

📋 copy color: '#040038'

red 4 ◦ green 0 ◦ blue 56

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

Shades of Midnight Express #040038

Tints of Midnight Express #040038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 56 (22.27% from 255) = 93.33%

R = 6.67%
G = 0%
B = 93.33%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#040038 (or 0x040038) is known color: Midnight Express. HEX triplet: 04, 00 and 38. RGB value is (4,0,56). Sum of RGB (Red+Green+Blue) = 4+0+56=60 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.67% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 56 (22.27% from 255 or 93.33% from 60); Max value from RGB is 56 - color contains mainly: blue. Hex color #040038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040038 is #FBFFC7. Grayscale: #070707. Windows color (decimal): -16515016 or 3670020. OLE color: 3670020.

HSL color Cylindrical-coordinate representation of color #040038: hue angle of 244.29º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040038 is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 4 0 56 -
CMYK 0.93 1 0 0.78
HSL 244.29º 1% 0.11% -
HSV(B) 244.29º 1% 0.22% -
XYZ 0.76 0.31 3.76 -
YUV 7.58 155.33 125.45 -
System Red Green Blue C M Y K H S L
Decimal 4 0 56 0.93 1 0 0.78 244.29 1 0.11
Hex 4 0 38 5D 64 0 4E F4 64 B
Octal 4 0 70 135 144 0 116 364 144 13
Binary 100 0 111000 1011101 1100100 0 1001110 11110100 1100100 1011

Color Harmonies of #040038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040038

Black with #040038

Text Example


Text Example

White with #040038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040038; }

 p { color: rgb(4,0,56); }

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

background-color css

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

 a { background-color: rgb(4,0,56); }

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

border-color css

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

 span { border-color: rgb(4,0,56); }

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