Html Css Color HEX #1F213A Midnight Express

📋 copy color: '#1F213A'

red 31 ◦ green 33 ◦ blue 58

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

Shades of Midnight Express #1F213A

Tints of Midnight Express #1F213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.05%

 BLUE value IS 58 (23.05% from 255) = 47.54%

R = 25.41%
G = 27.05%
B = 47.54%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1F213A (or 0x1F213A) is known color: Midnight Express. HEX triplet: 1F, 21 and 3A. RGB value is (31,33,58). Sum of RGB (Red+Green+Blue) = 31+33+58=122 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.41% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 58 - color contains mainly: blue. Hex color #1F213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F213A is #E0DEC5. Grayscale: #232323. Windows color (decimal): -14737094 or 3809567. OLE color: 3809567.

HSL color Cylindrical-coordinate representation of color #1F213A: hue angle of 235.56º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F213A is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 31 33 58 -
CMYK 0.47 0.43 0 0.77
HSL 235.56º 0.3% 0.17% -
HSV(B) 235.56º 0.47% 0.23% -
XYZ 1.87 1.68 4.23 -
YUV 35.25 140.84 124.97 -
System Red Green Blue C M Y K H S L
Decimal 31 33 58 0.47 0.43 0 0.77 235.56 0.3 0.17
Hex 1F 21 3A 2F 2B 0 4D EC 1E 11
Octal 37 41 72 57 53 0 115 354 36 21
Binary 11111 100001 111010 101111 101011 0 1001101 11101100 11110 10001

Color Harmonies of #1F213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F213A

Black with #1F213A

Text Example


Text Example

White with #1F213A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,33,58); }

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

background-color css

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

 a { background-color: rgb(31,33,58); }

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

border-color css

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

 span { border-color: rgb(31,33,58); }

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