Html Css Color HEX #1F283E Midnight Express

📋 copy color: '#1F283E'

red 31 ◦ green 40 ◦ blue 62

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

Shades of Midnight Express #1F283E

Tints of Midnight Express #1F283E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.08%

 BLUE value IS 62 (24.61% from 255) = 46.62%

R = 23.31%
G = 30.08%
B = 46.62%

CMYK

 C value IS 0.5

 M value IS 0.35

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1F283E (or 0x1F283E) is known color: Midnight Express. HEX triplet: 1F, 28 and 3E. RGB value is (31,40,62). Sum of RGB (Red+Green+Blue) = 31+40+62=133 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.31% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 62 (24.61% from 255 or 46.62% from 133); Max value from RGB is 62 - color contains mainly: blue. Hex color #1F283E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F283E is #E0D7C1. Grayscale: #272727. Windows color (decimal): -14735298 or 4073503. OLE color: 4073503.

HSL color Cylindrical-coordinate representation of color #1F283E: hue angle of 222.58º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1F283E is Cyan = 0.5, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 31 40 62 -
CMYK 0.5 0.35 0 0.76
HSL 222.58º 0.33% 0.18% -
HSV(B) 222.58º 0.5% 0.24% -
XYZ 2.19 2.16 4.86 -
YUV 39.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 31 40 62 0.5 0.35 0 0.76 222.58 0.33 0.18
Hex 1F 28 3E 32 23 0 4C DF 21 12
Octal 37 50 76 62 43 0 114 337 41 22
Binary 11111 101000 111110 110010 100011 0 1001100 11011111 100001 10010

Color Harmonies of #1F283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F283E

Black with #1F283E

Text Example


Text Example

White with #1F283E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,40,62); }

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

background-color css

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

 a { background-color: rgb(31,40,62); }

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

border-color css

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

 span { border-color: rgb(31,40,62); }

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