#221265

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

Shades of Midnight Blue #221265

Tints of Midnight Blue #221265

Color information

#221265 (or 0x221265) is unknown color: approx Midnight Blue. HEX triplet: 22, 12 and 65. RGB value is (34,18,101). Sum of RGB (Red+Green+Blue) = 34+18+101=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 101 (39.84% from 255 or 66.01% from 153); Max value from RGB is 101 - color contains mainly: blue. Hex color #221265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221265 is #DDED9A. Grayscale: #1F1F1F. Windows color (decimal): -14544283 or 6623778. OLE color: 6623778.

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

Color convert

RGB3418101-
CMYK0.660.8200.60
HSL251.57º69.75%23.33%-
HSV(B)251.57º82.18%39.61%-
XYZ3.221.7112.47-
YUV32.25166.8129.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.22%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 101 (39.84% from 255) = 66.01%
R=22.22%
G=11.76%
B=66.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal34181010.660.8200.60251.5769.7523.33
Hex221265425203Cfc4617
Octal422214510212207437410627
Binary10001010010110010110000101010010011110011111100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221265; }

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

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

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

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

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

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

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

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