Html Css Color HEX #031B44 Midnight Express

📋 copy color: '#031B44'

red 3 ◦ green 27 ◦ blue 68

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

Shades of Midnight Express #031B44

Tints of Midnight Express #031B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 69.39%

R = 3.06%
G = 27.55%
B = 69.39%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#031B44 (or 0x031B44) is known color: Midnight Express. HEX triplet: 03, 1B and 44. RGB value is (3,27,68). Sum of RGB (Red+Green+Blue) = 3+27+68=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 68 (26.95% from 255 or 69.39% from 98); Max value from RGB is 68 - color contains mainly: blue. Hex color #031B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031B44 is #FCE4BB. Grayscale: #181818. Windows color (decimal): -16573628 or 4463363. OLE color: 4463363.

HSL color Cylindrical-coordinate representation of color #031B44: hue angle of 217.85º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031B44 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 27 68 -
CMYK 0.96 0.60 0 0.73
HSL 217.85º 0.92% 0.14% -
HSV(B) 217.85º 0.96% 0.27% -
XYZ 1.47 1.22 5.63 -
YUV 24.5 152.55 112.67 -
System Red Green Blue C M Y K H S L
Decimal 3 27 68 0.96 0.60 0 0.73 217.85 0.92 0.14
Hex 3 1B 44 60 3C 0 49 DA 5C E
Octal 3 33 104 140 74 0 111 332 134 16
Binary 11 11011 1000100 1100000 111100 0 1001001 11011010 1011100 1110

Color Harmonies of #031B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031B44

Black with #031B44

Text Example


Text Example

White with #031B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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