#1C277B

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

Shades of Midnight Blue #1C277B

Tints of Midnight Blue #1C277B

Color information

#1C277B (or 0x1C277B) is unknown color: approx Midnight Blue. HEX triplet: 1C, 27 and 7B. RGB value is (28,39,123). Sum of RGB (Red+Green+Blue) = 28+39+123=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 123 (48.44% from 255 or 64.74% from 190); Max value from RGB is 123 - color contains mainly: blue. Hex color #1C277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C277B is #E3D884. Grayscale: #2C2C2C. Windows color (decimal): -14932101 or 8070940. OLE color: 8070940.

HSL color Cylindrical-coordinate representation of color #1C277B: hue angle of 233.05º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C277B is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2839123-
CMYK0.770.6800.52
HSL233.05º62.91%29.61%-
HSV(B)233.05º77.24%48.24%-
XYZ4.783.1319.09-
YUV45.29171.86115.67-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.74%
GREEN value IS 39 (15.62% from 255) = 20.53%
BLUE value IS 123 (48.44% from 255) = 64.74%
R=14.74%
G=20.53%
B=64.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28391230.770.6800.52233.0562.9129.61
Hex1C277B4D44034e93f1e
Octal34471731151040643517736
Binary1110010011111110111001101100010001101001110100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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