#221074

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

Shades of Midnight Blue #221074

Tints of Midnight Blue #221074

Color information

#221074 (or 0x221074) is unknown color: approx Midnight Blue. HEX triplet: 22, 10 and 74. RGB value is (34,16,116). Sum of RGB (Red+Green+Blue) = 34+16+116=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 116 (45.70% from 255 or 69.88% from 166); Max value from RGB is 116 - color contains mainly: blue. Hex color #221074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221074 is #DDEF8B. Grayscale: #202020. Windows color (decimal): -14544780 or 7606306. OLE color: 7606306.

HSL color Cylindrical-coordinate representation of color #221074: hue angle of 250.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #221074 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3416116-
CMYK0.710.8600.55
HSL250.8º75.76%25.88%-
HSV(B)250.8º86.21%45.49%-
XYZ41.9716.69-
YUV32.78174.96128.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.48%
GREEN value IS 16 (6.64% from 255) = 9.64%
BLUE value IS 116 (45.70% from 255) = 69.88%
R=20.48%
G=9.64%
B=69.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34161160.710.8600.55250.875.7625.88
Hex2210744756037fb4c1a
Octal422016410712606737311432
Binary10001010000111010010001111010110011011111111011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221074; }

 p { color: rgb(34,16,116); }

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

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

 a { background-color: rgb(34,16,116); }

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

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

 span { border-color: rgb(34,16,116); }

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