Html Css Color HEX #1F263E Midnight Express

📋 copy color: '#1F263E'

red 31 ◦ green 38 ◦ blue 62

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

Shades of Midnight Express #1F263E

Tints of Midnight Express #1F263E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.01%

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

R = 23.66%
G = 29.01%
B = 47.33%

CMYK

 C value IS 0.5

 M value IS 0.39

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1F263E (or 0x1F263E) is known color: Midnight Express. HEX triplet: 1F, 26 and 3E. RGB value is (31,38,62). Sum of RGB (Red+Green+Blue) = 31+38+62=131 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.66% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 62 (24.61% from 255 or 47.33% from 131); Max value from RGB is 62 - color contains mainly: blue. Hex color #1F263E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F263E is #E0D9C1. Grayscale: #262626. Windows color (decimal): -14735810 or 4072991. OLE color: 4072991.

HSL color Cylindrical-coordinate representation of color #1F263E: hue angle of 226.45º 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 #1F263E is Cyan = 0.5, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 31 38 62 -
CMYK 0.5 0.39 0 0.76
HSL 226.45º 0.33% 0.18% -
HSV(B) 226.45º 0.5% 0.24% -
XYZ 2.13 2.03 4.84 -
YUV 38.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 31 38 62 0.5 0.39 0 0.76 226.45 0.33 0.18
Hex 1F 26 3E 32 27 0 4C E2 21 12
Octal 37 46 76 62 47 0 114 342 41 22
Binary 11111 100110 111110 110010 100111 0 1001100 11100010 100001 10010

Color Harmonies of #1F263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F263E

Black with #1F263E

Text Example


Text Example

White with #1F263E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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