#1C276F

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

Shades of Midnight Blue #1C276F

Tints of Midnight Blue #1C276F

Color information

#1C276F (or 0x1C276F) is unknown color: approx Midnight Blue. HEX triplet: 1C, 27 and 6F. RGB value is (28,39,111). Sum of RGB (Red+Green+Blue) = 28+39+111=178 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.73% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 111 (43.75% from 255 or 62.36% from 178); Max value from RGB is 111 - color contains mainly: blue. Hex color #1C276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C276F is #E3D890. Grayscale: #2B2B2B. Windows color (decimal): -14932113 or 7284508. OLE color: 7284508.

HSL color Cylindrical-coordinate representation of color #1C276F: hue angle of 232.05º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C276F is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2839111-
CMYK0.750.6500.56
HSL232.05º59.71%27.25%-
HSV(B)232.05º74.77%43.53%-
XYZ4.072.8515.37-
YUV43.92165.86116.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.73%
GREEN value IS 39 (15.62% from 255) = 21.91%
BLUE value IS 111 (43.75% from 255) = 62.36%
R=15.73%
G=21.91%
B=62.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28391110.750.6500.56232.0559.7127.25
Hex1C276F4B41038e83c1b
Octal34471571131010703507433
Binary1110010011111011111001011100000101110001110100011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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