#221A65

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

Shades of Midnight Blue #221A65

Tints of Midnight Blue #221A65

Color information

#221A65 (or 0x221A65) is unknown color: approx Midnight Blue. HEX triplet: 22, 1A and 65. RGB value is (34,26,101). Sum of RGB (Red+Green+Blue) = 34+26+101=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 101 (39.84% from 255 or 62.73% from 161); Max value from RGB is 101 - color contains mainly: blue. Hex color #221A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221A65 is #DDE59A. Grayscale: #242424. Windows color (decimal): -14542235 or 6625826. OLE color: 6625826.

HSL color Cylindrical-coordinate representation of color #221A65: hue angle of 246.4º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #221A65 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3426101-
CMYK0.660.7400.60
HSL246.4º59.06%24.9%-
HSV(B)246.4º74.26%39.61%-
XYZ3.382.0212.52-
YUV36.94164.15125.9-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.12%
GREEN value IS 26 (10.55% from 255) = 16.15%
BLUE value IS 101 (39.84% from 255) = 62.73%
R=21.12%
G=16.15%
B=62.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal34261010.660.7400.60246.459.0624.9
Hex221A65424A03Cf63b19
Octal42321451021120743667331
Binary1000101101011001011000010100101001111001111011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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