Html Css Color HEX #031B41 Midnight Express

📋 copy color: '#031B41'

red 3 ◦ green 27 ◦ blue 65

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

Shades of Midnight Express #031B41

Tints of Midnight Express #031B41

RGB

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

 GREEN value IS 27 (10.94% from 255) = 28.42%

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

R = 3.16%
G = 28.42%
B = 68.42%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#031B41 (or 0x031B41) is known color: Midnight Express. HEX triplet: 03, 1B and 41. RGB value is (3,27,65). Sum of RGB (Red+Green+Blue) = 3+27+65=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 65 (25.78% from 255 or 68.42% from 95); Max value from RGB is 65 - color contains mainly: blue. Hex color #031B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031B41 is #FCE4BE. Grayscale: #171717. Windows color (decimal): -16573631 or 4266755. OLE color: 4266755.

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

Color convert

RGB 3 27 65 -
CMYK 0.95 0.58 0 0.75
HSL 216.77º 0.91% 0.13% -
HSV(B) 216.77º 0.95% 0.25% -
XYZ 1.38 1.18 5.16 -
YUV 24.16 151.05 112.91 -
System Red Green Blue C M Y K H S L
Decimal 3 27 65 0.95 0.58 0 0.75 216.77 0.91 0.13
Hex 3 1B 41 5F 3A 0 4B D9 5B D
Octal 3 33 101 137 72 0 113 331 133 15
Binary 11 11011 1000001 1011111 111010 0 1001011 11011001 1011011 1101

Color Harmonies of #031B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031B41

Black with #031B41

Text Example


Text Example

White with #031B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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