Html Css Color HEX #031541 Midnight Express

📋 copy color: '#031541'

red 3 ◦ green 21 ◦ blue 65

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

Shades of Midnight Express #031541

Tints of Midnight Express #031541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.6%

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

R = 3.37%
G = 23.6%
B = 73.03%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#031541 (or 0x031541) is known color: Midnight Express. HEX triplet: 03, 15 and 41. RGB value is (3,21,65). Sum of RGB (Red+Green+Blue) = 3+21+65=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 65 (25.78% from 255 or 73.03% from 89); Max value from RGB is 65 - color contains mainly: blue. Hex color #031541 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031541 is #FCEABE. Grayscale: #141414. Windows color (decimal): -16575167 or 4265219. OLE color: 4265219.

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

Color convert

RGB 3 21 65 -
CMYK 0.95 0.68 0 0.75
HSL 222.58º 0.91% 0.13% -
HSV(B) 222.58º 0.95% 0.25% -
XYZ 1.26 0.94 5.12 -
YUV 20.63 153.04 115.42 -
System Red Green Blue C M Y K H S L
Decimal 3 21 65 0.95 0.68 0 0.75 222.58 0.91 0.13
Hex 3 15 41 5F 44 0 4B DF 5B D
Octal 3 25 101 137 104 0 113 337 133 15
Binary 11 10101 1000001 1011111 1000100 0 1001011 11011111 1011011 1101

Color Harmonies of #031541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031541

Black with #031541

Text Example


Text Example

White with #031541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031541; }

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

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

background-color css

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

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

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

border-color css

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

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

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