Html Css Color HEX #031241 Midnight Express

📋 copy color: '#031241'

red 3 ◦ green 18 ◦ blue 65

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

Shades of Midnight Express #031241

Tints of Midnight Express #031241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.93%

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

R = 3.49%
G = 20.93%
B = 75.58%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#031241 (or 0x031241) is known color: Midnight Express. HEX triplet: 03, 12 and 41. RGB value is (3,18,65). Sum of RGB (Red+Green+Blue) = 3+18+65=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 65 (25.78% from 255 or 75.58% from 86); Max value from RGB is 65 - color contains mainly: blue. Hex color #031241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031241 is #FCEDBE. Grayscale: #121212. Windows color (decimal): -16575935 or 4264451. OLE color: 4264451.

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

Color convert

RGB 3 18 65 -
CMYK 0.95 0.72 0 0.75
HSL 225.48º 0.91% 0.13% -
HSV(B) 225.48º 0.95% 0.25% -
XYZ 1.21 0.83 5.1 -
YUV 18.87 154.03 116.68 -
System Red Green Blue C M Y K H S L
Decimal 3 18 65 0.95 0.72 0 0.75 225.48 0.91 0.13
Hex 3 12 41 5F 48 0 4B E1 5B D
Octal 3 22 101 137 110 0 113 341 133 15
Binary 11 10010 1000001 1011111 1001000 0 1001011 11100001 1011011 1101

Color Harmonies of #031241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031241

Black with #031241

Text Example


Text Example

White with #031241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031241; }

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

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

background-color css

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

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

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

border-color css

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

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

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