#1C277A

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

Shades of Midnight Blue #1C277A

Tints of Midnight Blue #1C277A

Color information

#1C277A (or 0x1C277A) is unknown color: approx Midnight Blue. HEX triplet: 1C, 27 and 7A. RGB value is (28,39,122). Sum of RGB (Red+Green+Blue) = 28+39+122=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 122 (48.05% from 255 or 64.55% from 189); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C277A is #E3D885. Grayscale: #2C2C2C. Windows color (decimal): -14932102 or 8005404. OLE color: 8005404.

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

Color convert

RGB2839122-
CMYK0.770.6800.52
HSL232.98º62.67%29.41%-
HSV(B)232.98º77.05%47.84%-
XYZ4.723.118.76-
YUV45.17171.36115.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.81%
GREEN value IS 39 (15.62% from 255) = 20.63%
BLUE value IS 122 (48.05% from 255) = 64.55%
R=14.81%
G=20.63%
B=64.55%

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
Decimal28391220.770.6800.52232.9862.6729.41
Hex1C277A4D44034e93f1d
Octal34471721151040643517735
Binary1110010011111110101001101100010001101001110100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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