#1C1F84

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

Shades of Midnight Blue #1C1F84

Tints of Midnight Blue #1C1F84

Color information

#1C1F84 (or 0x1C1F84) is unknown color: approx Midnight Blue. HEX triplet: 1C, 1F and 84. RGB value is (28,31,132). Sum of RGB (Red+Green+Blue) = 28+31+132=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 132 (51.95% from 255 or 69.11% from 191); Max value from RGB is 132 - color contains mainly: blue. Hex color #1C1F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C1F84 is #E3E07B. Grayscale: #292929. Windows color (decimal): -14934140 or 8658716. OLE color: 8658716.

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

Color convert

RGB2831132-
CMYK0.790.7700.48
HSL238.27º65%31.37%-
HSV(B)238.27º78.79%51.76%-
XYZ5.132.8922.12-
YUV41.62179.01118.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.66%
GREEN value IS 31 (12.5% from 255) = 16.23%
BLUE value IS 132 (51.95% from 255) = 69.11%
R=14.66%
G=16.23%
B=69.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal28311320.790.7700.48238.276531.37
Hex1C1F844F4D030ee411f
Octal343720411711506035610137
Binary11100111111000010010011111001101011000011101110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,31,132); }

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

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

 a { background-color: rgb(28,31,132); }

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

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

 span { border-color: rgb(28,31,132); }

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