#1C276A

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

Shades of Midnight Blue #1C276A

Tints of Midnight Blue #1C276A

Color information

#1C276A (or 0x1C276A) is unknown color: approx Midnight Blue. HEX triplet: 1C, 27 and 6A. RGB value is (28,39,106). Sum of RGB (Red+Green+Blue) = 28+39+106=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 106 (41.80% from 255 or 61.27% from 173); Max value from RGB is 106 - color contains mainly: blue. Hex color #1C276A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C276A is #E3D895. Grayscale: #2B2B2B. Windows color (decimal): -14932118 or 6956828. OLE color: 6956828.

HSL color Cylindrical-coordinate representation of color #1C276A: hue angle of 231.54º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C276A is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2839106-
CMYK0.740.6300.58
HSL231.54º58.21%26.27%-
HSV(B)231.54º73.58%41.57%-
XYZ3.812.7413.96-
YUV43.35163.36117.05-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.18%
GREEN value IS 39 (15.62% from 255) = 22.54%
BLUE value IS 106 (41.80% from 255) = 61.27%
R=16.18%
G=22.54%
B=61.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28391060.740.6300.58231.5458.2126.27
Hex1C276A4A3F03Ae83a1a
Octal3447152112770723507232
Binary111001001111101010100101011111101110101110100011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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