#221A6B

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

Shades of Midnight Blue #221A6B

Tints of Midnight Blue #221A6B

Color information

#221A6B (or 0x221A6B) is unknown color: approx Midnight Blue. HEX triplet: 22, 1A and 6B. RGB value is (34,26,107). Sum of RGB (Red+Green+Blue) = 34+26+107=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 107 (42.19% from 255 or 64.07% from 167); Max value from RGB is 107 - color contains mainly: blue. Hex color #221A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221A6B is #DDE594. Grayscale: #252525. Windows color (decimal): -14542229 or 7019042. OLE color: 7019042.

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

Color convert

RGB3426107-
CMYK0.680.7600.58
HSL245.93º60.9%26.08%-
HSV(B)245.93º75.7%41.96%-
XYZ3.682.1414.13-
YUV37.63167.15125.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.36%
GREEN value IS 26 (10.55% from 255) = 15.57%
BLUE value IS 107 (42.19% from 255) = 64.07%
R=20.36%
G=15.57%
B=64.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34261070.680.7600.58245.9360.926.08
Hex221A6B444C03Af63d1a
Octal42321531041140723667532
Binary1000101101011010111000100100110001110101111011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,26,107); }

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

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

 a { background-color: rgb(34,26,107); }

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

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

 span { border-color: rgb(34,26,107); }

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