#221865

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

Shades of Midnight Blue #221865

Tints of Midnight Blue #221865

Color information

#221865 (or 0x221865) is unknown color: approx Midnight Blue. HEX triplet: 22, 18 and 65. RGB value is (34,24,101). Sum of RGB (Red+Green+Blue) = 34+24+101=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 101 (39.84% from 255 or 63.52% from 159); Max value from RGB is 101 - color contains mainly: blue. Hex color #221865 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221865 is #DDE79A. Grayscale: #232323. Windows color (decimal): -14542747 or 6625314. OLE color: 6625314.

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

Color convert

RGB3424101-
CMYK0.660.7600.60
HSL247.79º61.6%24.51%-
HSV(B)247.79º76.24%39.61%-
XYZ3.341.9312.51-
YUV35.77164.81126.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.38%
GREEN value IS 24 (9.77% from 255) = 15.09%
BLUE value IS 101 (39.84% from 255) = 63.52%
R=21.38%
G=15.09%
B=63.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal34241010.660.7600.60247.7961.624.51
Hex221865424C03Cf83e19
Octal42301451021140743707631
Binary1000101100011001011000010100110001111001111100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221865; }

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

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

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

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

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

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

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

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