#1C263F

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

Shades of Midnight Express #1C263F

Tints of Midnight Express #1C263F

Color information

#1C263F (or 0x1C263F) is unknown color: approx Midnight Express. HEX triplet: 1C, 26 and 3F. RGB value is (28,38,63). Sum of RGB (Red+Green+Blue) = 28+38+63=129 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.71% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 63 - color contains mainly: blue. Hex color #1C263F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C263F is #E3D9C0. Grayscale: #252525. Windows color (decimal): -14932417 or 4138524. OLE color: 4138524.

HSL color Cylindrical-coordinate representation of color #1C263F: hue angle of 222.86º 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 #1C263F is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB283863-
CMYK0.560.4000.75
HSL222.86º38.46%17.84%-
HSV(B)222.86º55.56%24.71%-
XYZ2.071.994.98-
YUV37.86142.19120.97-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.71%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 63 (25% from 255) = 48.84%
R=21.71%
G=29.46%
B=48.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2838630.560.4000.75222.8638.4617.84
Hex1C263F382804Bdf2612
Octal344677705001133374622
Binary11100100110111111111000101000010010111101111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C263F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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