Html Css Color HEX #000041 Midnight Express

📋 copy color: '#000041'

red 0 ◦ green 0 ◦ blue 65

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

Shades of Midnight Express #000041

Tints of Midnight Express #000041

RGB

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

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

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

R = 0%
G = 0%
B = 100%

CMYK

 C value IS 1

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#000041 (or 0x000041) is known color: Midnight Express. HEX triplet: 00, 00 and 41. RGB value is (0,0,65). Sum of RGB (Red+Green+Blue) = 0+0+65=65 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 65 (25.78% from 255 or 100% from 65); Max value from RGB is 65 - color contains mainly: blue. Hex color #000041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000041 is #FFFFBE. Grayscale: #070707. Windows color (decimal): -16777151 or 4259840. OLE color: 4259840.

HSL color Cylindrical-coordinate representation of color #000041: hue angle of 240º 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 #000041 is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 0 65 -
CMYK 1 1 0 0.75
HSL 240º 1% 0.13% -
HSV(B) 240º 1% 0.25% -
XYZ 0.95 0.38 5.02 -
YUV 7.41 160.5 122.71 -
System Red Green Blue C M Y K H S L
Decimal 0 0 65 1 1 0 0.75 240 1 0.13
Hex 0 0 41 64 64 0 4B F0 64 D
Octal 0 0 101 144 144 0 113 360 144 15
Binary 0 0 1000001 1100100 1100100 0 1001011 11110000 1100100 1101

Color Harmonies of #000041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000041

Black with #000041

Text Example


Text Example

White with #000041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000041; }

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

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

background-color css

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

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

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

border-color css

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

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

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