#1C274B

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

Shades of Midnight Express #1C274B

Tints of Midnight Express #1C274B

Color information

#1C274B (or 0x1C274B) is unknown color: approx Midnight Express. HEX triplet: 1C, 27 and 4B. RGB value is (28,39,75). Sum of RGB (Red+Green+Blue) = 28+39+75=142 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.72% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #1C274B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C274B is #E3D8B4. Grayscale: #272727. Windows color (decimal): -14932149 or 4925212. OLE color: 4925212.

HSL color Cylindrical-coordinate representation of color #1C274B: hue angle of 225.96º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C274B is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB283975-
CMYK0.630.4800.71
HSL225.96º45.63%20.2%-
HSV(B)225.96º62.67%29.41%-
XYZ2.472.216.95-
YUV39.82147.86119.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.72%
GREEN value IS 39 (15.62% from 255) = 27.46%
BLUE value IS 75 (29.69% from 255) = 52.82%
R=19.72%
G=27.46%
B=52.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2839750.630.4800.71225.9645.6320.2
Hex1C274B3F30047e22e14
Octal3447113776001073425624
Binary111001001111001011111111110000010001111110001010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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