Html Css Color HEX #031041 Midnight Express

📋 copy color: '#031041'

red 3 ◦ green 16 ◦ blue 65

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

Shades of Midnight Express #031041

Tints of Midnight Express #031041

RGB

 RED value IS 3 (1.56% from 255) = 3.57%

 GREEN value IS 16 (6.64% from 255) = 19.05%

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

R = 3.57%
G = 19.05%
B = 77.38%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#031041 (or 0x031041) is known color: Midnight Express. HEX triplet: 03, 10 and 41. RGB value is (3,16,65). Sum of RGB (Red+Green+Blue) = 3+16+65=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 65 (25.78% from 255 or 77.38% from 84); Max value from RGB is 65 - color contains mainly: blue. Hex color #031041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031041 is #FCEFBE. Grayscale: #111111. Windows color (decimal): -16576447 or 4263939. OLE color: 4263939.

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

Color convert

RGB 3 16 65 -
CMYK 0.95 0.75 0 0.75
HSL 227.42º 0.91% 0.13% -
HSV(B) 227.42º 0.95% 0.25% -
XYZ 1.18 0.77 5.09 -
YUV 17.7 154.69 117.52 -
System Red Green Blue C M Y K H S L
Decimal 3 16 65 0.95 0.75 0 0.75 227.42 0.91 0.13
Hex 3 10 41 5F 4B 0 4B E3 5B D
Octal 3 20 101 137 113 0 113 343 133 15
Binary 11 10000 1000001 1011111 1001011 0 1001011 11100011 1011011 1101

Color Harmonies of #031041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031041

Black with #031041

Text Example


Text Example

White with #031041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031041; }

 p { color: rgb(3,16,65); }

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

background-color css

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

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

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

border-color css

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

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

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