Html Css Color HEX #1F2441 Midnight Express

📋 copy color: '#1F2441'

red 31 ◦ green 36 ◦ blue 65

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

Shades of Midnight Express #1F2441

Tints of Midnight Express #1F2441

RGB

 RED value IS 31 (12.5% from 255) = 23.48%

 GREEN value IS 36 (14.45% from 255) = 27.27%

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

R = 23.48%
G = 27.27%
B = 49.24%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1F2441 (or 0x1F2441) is known color: Midnight Express. HEX triplet: 1F, 24 and 41. RGB value is (31,36,65). Sum of RGB (Red+Green+Blue) = 31+36+65=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #1F2441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2441 is #E0DBBE. Grayscale: #252525. Windows color (decimal): -14736319 or 4269087. OLE color: 4269087.

HSL color Cylindrical-coordinate representation of color #1F2441: hue angle of 231.18º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F2441 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 31 36 65 -
CMYK 0.52 0.45 0 0.75
HSL 231.18º 0.35% 0.19% -
HSV(B) 231.18º 0.52% 0.25% -
XYZ 2.15 1.93 5.26 -
YUV 37.81 143.34 123.14 -
System Red Green Blue C M Y K H S L
Decimal 31 36 65 0.52 0.45 0 0.75 231.18 0.35 0.19
Hex 1F 24 41 34 2D 0 4B E7 23 13
Octal 37 44 101 64 55 0 113 347 43 23
Binary 11111 100100 1000001 110100 101101 0 1001011 11100111 100011 10011

Color Harmonies of #1F2441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2441

Black with #1F2441

Text Example


Text Example

White with #1F2441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F2441; }

 p { color: rgb(31,36,65); }

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

background-color css

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

 a { background-color: rgb(31,36,65); }

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

border-color css

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

 span { border-color: rgb(31,36,65); }

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