#221965

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

Shades of Midnight Blue #221965

Tints of Midnight Blue #221965

Color information

#221965 (or 0x221965) is unknown color: approx Midnight Blue. HEX triplet: 22, 19 and 65. RGB value is (34,25,101). Sum of RGB (Red+Green+Blue) = 34+25+101=160 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.25% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 101 (39.84% from 255 or 63.12% from 160); Max value from RGB is 101 - color contains mainly: blue. Hex color #221965 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221965 is #DDE69A. Grayscale: #242424. Windows color (decimal): -14542491 or 6625570. OLE color: 6625570.

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

Color convert

RGB3425101-
CMYK0.660.7500.60
HSL247.11º60.32%24.71%-
HSV(B)247.11º75.25%39.61%-
XYZ3.361.9712.52-
YUV36.36164.48126.32-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.25%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 101 (39.84% from 255) = 63.12%
R=21.25%
G=15.62%
B=63.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal34251010.660.7500.60247.1160.3224.71
Hex221965424B03Cf73c19
Octal42311451021130743677431
Binary1000101100111001011000010100101101111001111011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221965; }

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

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

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

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

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

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

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

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