#1C2C7A

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

Shades of Midnight Blue #1C2C7A

Tints of Midnight Blue #1C2C7A

Color information

#1C2C7A (or 0x1C2C7A) is unknown color: approx Midnight Blue. HEX triplet: 1C, 2C and 7A. RGB value is (28,44,122). Sum of RGB (Red+Green+Blue) = 28+44+122=194 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.43% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 122 (48.05% from 255 or 62.89% from 194); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C2C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2C7A is #E3D385. Grayscale: #2F2F2F. Windows color (decimal): -14930822 or 8006684. OLE color: 8006684.

HSL color Cylindrical-coordinate representation of color #1C2C7A: hue angle of 229.79º 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 #1C2C7A is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2844122-
CMYK0.770.6400.52
HSL229.79º62.67%29.41%-
HSV(B)229.79º77.05%47.84%-
XYZ4.893.4518.82-
YUV48.11169.7113.66-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.43%
GREEN value IS 44 (17.58% from 255) = 22.68%
BLUE value IS 122 (48.05% from 255) = 62.89%
R=14.43%
G=22.68%
B=62.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28441220.770.6400.52229.7962.6729.41
Hex1C2C7A4D40034e63f1d
Octal34541721151000643467735
Binary1110010110011110101001101100000001101001110011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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