Html Css Color HEX #031641 Midnight Express

📋 copy color: '#031641'

red 3 ◦ green 22 ◦ blue 65

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

Shades of Midnight Express #031641

Tints of Midnight Express #031641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 24.44%

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

R = 3.33%
G = 24.44%
B = 72.22%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#031641 (or 0x031641) is known color: Midnight Express. HEX triplet: 03, 16 and 41. RGB value is (3,22,65). Sum of RGB (Red+Green+Blue) = 3+22+65=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 65 (25.78% from 255 or 72.22% from 90); Max value from RGB is 65 - color contains mainly: blue. Hex color #031641 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031641 is #FCE9BE. Grayscale: #151515. Windows color (decimal): -16574911 or 4265475. OLE color: 4265475.

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

Color convert

RGB 3 22 65 -
CMYK 0.95 0.66 0 0.75
HSL 221.61º 0.91% 0.13% -
HSV(B) 221.61º 0.95% 0.25% -
XYZ 1.28 0.97 5.12 -
YUV 21.22 152.71 115 -
System Red Green Blue C M Y K H S L
Decimal 3 22 65 0.95 0.66 0 0.75 221.61 0.91 0.13
Hex 3 16 41 5F 42 0 4B DE 5B D
Octal 3 26 101 137 102 0 113 336 133 15
Binary 11 10110 1000001 1011111 1000010 0 1001011 11011110 1011011 1101

Color Harmonies of #031641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031641

Black with #031641

Text Example


Text Example

White with #031641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031641; }

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

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

background-color css

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

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

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

border-color css

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

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

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