#1C273F

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

Shades of Midnight Express #1C273F

Tints of Midnight Express #1C273F

Color information

#1C273F (or 0x1C273F) is unknown color: approx Midnight Express. HEX triplet: 1C, 27 and 3F. RGB value is (28,39,63). Sum of RGB (Red+Green+Blue) = 28+39+63=130 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.54% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 63 - color contains mainly: blue. Hex color #1C273F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C273F is #E3D8C0. Grayscale: #262626. Windows color (decimal): -14932161 or 4138780. OLE color: 4138780.

HSL color Cylindrical-coordinate representation of color #1C273F: hue angle of 221.14º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C273F is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB283963-
CMYK0.560.3800.75
HSL221.14º38.46%17.84%-
HSV(B)221.14º55.56%24.71%-
XYZ2.12.064.99-
YUV38.45141.86120.55-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.54%
GREEN value IS 39 (15.62% from 255) = 30%
BLUE value IS 63 (25% from 255) = 48.46%
R=21.54%
G=30%
B=48.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2839630.560.3800.75221.1438.4617.84
Hex1C273F382604Bdd2612
Octal344777704601133354622
Binary11100100111111111111000100110010010111101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C273F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,39,63); }

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

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

 a { background-color: rgb(28,39,63); }

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

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

 span { border-color: rgb(28,39,63); }

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