Html Css Color HEX #1F2442 Midnight Express

📋 copy color: '#1F2442'

red 31 ◦ green 36 ◦ blue 66

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

Shades of Midnight Express #1F2442

Tints of Midnight Express #1F2442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 49.62%

R = 23.31%
G = 27.07%
B = 49.62%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#1F2442 (or 0x1F2442) is known color: Midnight Express. HEX triplet: 1F, 24 and 42. RGB value is (31,36,66). Sum of RGB (Red+Green+Blue) = 31+36+66=133 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.31% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 66 (26.17% from 255 or 49.62% from 133); Max value from RGB is 66 - color contains mainly: blue. Hex color #1F2442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2442 is #E0DBBD. Grayscale: #252525. Windows color (decimal): -14736318 or 4334623. OLE color: 4334623.

HSL color Cylindrical-coordinate representation of color #1F2442: hue angle of 231.43º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1F2442 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 31 36 66 -
CMYK 0.53 0.45 0 0.74
HSL 231.43º 0.36% 0.19% -
HSV(B) 231.43º 0.53% 0.26% -
XYZ 2.18 1.95 5.42 -
YUV 37.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 31 36 66 0.53 0.45 0 0.74 231.43 0.36 0.19
Hex 1F 24 42 35 2D 0 4A E7 24 13
Octal 37 44 102 65 55 0 112 347 44 23
Binary 11111 100100 1000010 110101 101101 0 1001010 11100111 100100 10011

Color Harmonies of #1F2442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2442

Black with #1F2442

Text Example


Text Example

White with #1F2442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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