#1F263C

Color #1F263C Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #1F263C

Tints of Midnight Express #1F263C

Color information

#1F263C (or 0x1F263C) is unknown color: approx Midnight Express. HEX triplet: 1F, 26 and 3C. RGB value is (31,38,60). Sum of RGB (Red+Green+Blue) = 31+38+60=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 60 (23.83% from 255 or 46.51% from 129); Max value from RGB is 60 - color contains mainly: blue. Hex color #1F263C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F263C is #E0D9C3. Grayscale: #262626. Windows color (decimal): -14735812 or 3941919. OLE color: 3941919.

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

Color convert

RGB313860-
CMYK0.480.3700.76
HSL225.52º31.87%17.84%-
HSV(B)225.52º48.33%23.53%-
XYZ2.0724.55-
YUV38.41140.18122.71-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.03%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 60 (23.83% from 255) = 46.51%
R=24.03%
G=29.46%
B=46.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3138600.480.3700.76225.5231.8717.84
Hex1F263C302504Ce22012
Octal374674604501143424022
Binary11111100110111100110000100101010011001110001010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F263C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F263C;
 }
 .AnyTagClassName
 {
   color: #1F263C;
 }
</style>
background-color css

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

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

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

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

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

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