Html Css Color HEX #000441 Midnight Express

📋 copy color: '#000441'

red 0 ◦ green 4 ◦ blue 65

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

Shades of Midnight Express #000441

Tints of Midnight Express #000441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 94.2%

R = 0%
G = 5.8%
B = 94.2%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#000441 (or 0x000441) is known color: Midnight Express. HEX triplet: 00, 04 and 41. RGB value is (0,4,65). Sum of RGB (Red+Green+Blue) = 0+4+65=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 4 (1.95% from 255 or 5.80% from 69); Blue value is 65 (25.78% from 255 or 94.20% from 69); Max value from RGB is 65 - color contains mainly: blue. Hex color #000441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000441 is #FFFBBE. Grayscale: #090909. Windows color (decimal): -16776127 or 4260864. OLE color: 4260864.

HSL color Cylindrical-coordinate representation of color #000441: hue angle of 236.31º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000441 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 4 65 -
CMYK 1 0.94 0 0.75
HSL 236.31º 1% 0.13% -
HSV(B) 236.31º 1% 0.25% -
XYZ 1 0.47 5.04 -
YUV 9.76 159.17 121.04 -
System Red Green Blue C M Y K H S L
Decimal 0 4 65 1 0.94 0 0.75 236.31 1 0.13
Hex 0 4 41 64 5E 0 4B EC 64 D
Octal 0 4 101 144 136 0 113 354 144 15
Binary 0 100 1000001 1100100 1011110 0 1001011 11101100 1100100 1101

Color Harmonies of #000441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000441

Black with #000441

Text Example


Text Example

White with #000441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000441; }

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

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

background-color css

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

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

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

border-color css

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

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

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