#221C6A

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

Shades of Midnight Blue #221C6A

Tints of Midnight Blue #221C6A

Color information

#221C6A (or 0x221C6A) is unknown color: approx Midnight Blue. HEX triplet: 22, 1C and 6A. RGB value is (34,28,106). Sum of RGB (Red+Green+Blue) = 34+28+106=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 106 (41.80% from 255 or 63.10% from 168); Max value from RGB is 106 - color contains mainly: blue. Hex color #221C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221C6A is #DDE395. Grayscale: #262626. Windows color (decimal): -14541718 or 6954018. OLE color: 6954018.

HSL color Cylindrical-coordinate representation of color #221C6A: hue angle of 244.62º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #221C6A is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3428106-
CMYK0.680.7400.58
HSL244.62º58.21%26.27%-
HSV(B)244.62º73.58%41.57%-
XYZ3.682.2113.87-
YUV38.69165.99124.66-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.24%
GREEN value IS 28 (11.33% from 255) = 16.67%
BLUE value IS 106 (41.80% from 255) = 63.10%
R=20.24%
G=16.67%
B=63.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34281060.680.7400.58244.6258.2126.27
Hex221C6A444A03Af53a1a
Octal42341521041120723657232
Binary1000101110011010101000100100101001110101111010111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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