Html Css Color HEX #1F253B Midnight Express

📋 copy color: '#1F253B'

red 31 ◦ green 37 ◦ blue 59

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

Shades of Midnight Express #1F253B

Tints of Midnight Express #1F253B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.13%

 BLUE value IS 59 (23.44% from 255) = 46.46%

R = 24.41%
G = 29.13%
B = 46.46%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1F253B (or 0x1F253B) is known color: Midnight Express. HEX triplet: 1F, 25 and 3B. RGB value is (31,37,59). Sum of RGB (Red+Green+Blue) = 31+37+59=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 59 (23.44% from 255 or 46.46% from 127); Max value from RGB is 59 - color contains mainly: blue. Hex color #1F253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F253B is #E0DAC4. Grayscale: #252525. Windows color (decimal): -14736069 or 3876127. OLE color: 3876127.

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

Color convert

RGB 31 37 59 -
CMYK 0.47 0.37 0 0.77
HSL 227.14º 0.31% 0.18% -
HSV(B) 227.14º 0.47% 0.23% -
XYZ 2.02 1.93 4.4 -
YUV 37.71 140.01 123.21 -
System Red Green Blue C M Y K H S L
Decimal 31 37 59 0.47 0.37 0 0.77 227.14 0.31 0.18
Hex 1F 25 3B 2F 25 0 4D E3 1F 12
Octal 37 45 73 57 45 0 115 343 37 22
Binary 11111 100101 111011 101111 100101 0 1001101 11100011 11111 10010

Color Harmonies of #1F253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F253B

Black with #1F253B

Text Example


Text Example

White with #1F253B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,37,59); }

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

background-color css

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

 a { background-color: rgb(31,37,59); }

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

border-color css

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

 span { border-color: rgb(31,37,59); }

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