Html Css Color HEX #031A41 Midnight Express

📋 copy color: '#031A41'

red 3 ◦ green 26 ◦ blue 65

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

Shades of Midnight Express #031A41

Tints of Midnight Express #031A41

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.66%

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

R = 3.19%
G = 27.66%
B = 69.15%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#031A41 (or 0x031A41) is known color: Midnight Express. HEX triplet: 03, 1A and 41. RGB value is (3,26,65). Sum of RGB (Red+Green+Blue) = 3+26+65=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 65 (25.78% from 255 or 69.15% from 94); Max value from RGB is 65 - color contains mainly: blue. Hex color #031A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031A41 is #FCE5BE. Grayscale: #171717. Windows color (decimal): -16573887 or 4266499. OLE color: 4266499.

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

Color convert

RGB 3 26 65 -
CMYK 0.95 0.60 0 0.75
HSL 217.74º 0.91% 0.13% -
HSV(B) 217.74º 0.95% 0.25% -
XYZ 1.36 1.14 5.15 -
YUV 23.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 3 26 65 0.95 0.60 0 0.75 217.74 0.91 0.13
Hex 3 1A 41 5F 3C 0 4B DA 5B D
Octal 3 32 101 137 74 0 113 332 133 15
Binary 11 11010 1000001 1011111 111100 0 1001011 11011010 1011011 1101

Color Harmonies of #031A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031A41

Black with #031A41

Text Example


Text Example

White with #031A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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