#221C7C

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

Shades of Midnight Blue #221C7C

Tints of Midnight Blue #221C7C

Color information

#221C7C (or 0x221C7C) is unknown color: approx Midnight Blue. HEX triplet: 22, 1C and 7C. RGB value is (34,28,124). Sum of RGB (Red+Green+Blue) = 34+28+124=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 124 (48.83% from 255 or 66.67% from 186); Max value from RGB is 124 - color contains mainly: blue. Hex color #221C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221C7C is #DDE383. Grayscale: #282828. Windows color (decimal): -14541700 or 8133666. OLE color: 8133666.

HSL color Cylindrical-coordinate representation of color #221C7C: hue angle of 243.75º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #221C7C is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3428124-
CMYK0.730.7700.51
HSL243.75º63.16%29.8%-
HSV(B)243.75º77.42%48.63%-
XYZ4.712.6319.33-
YUV40.74174.99123.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.28%
GREEN value IS 28 (11.33% from 255) = 15.05%
BLUE value IS 124 (48.83% from 255) = 66.67%
R=18.28%
G=15.05%
B=66.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal34281240.730.7700.51243.7563.1629.8
Hex221C7C494D033f43f1e
Octal42341741111150633647736
Binary1000101110011111001001001100110101100111111010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221C7C; }

 p { color: rgb(34,28,124); }

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

<style>
 a { background-color: #221C7C; }

 a { background-color: rgb(34,28,124); }

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

<style>
 span { border-color: #221C7C; }

 span { border-color: rgb(34,28,124); }

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