#212265

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

Shades of Midnight Blue #212265

Tints of Midnight Blue #212265

Color information

#212265 (or 0x212265) is unknown color: approx Midnight Blue. HEX triplet: 21, 22 and 65. RGB value is (33,34,101). Sum of RGB (Red+Green+Blue) = 33+34+101=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 101 (39.84% from 255 or 60.12% from 168); Max value from RGB is 101 - color contains mainly: blue. Hex color #212265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212265 is #DEDD9A. Grayscale: #292929. Windows color (decimal): -14605723 or 6627873. OLE color: 6627873.

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

Color convert

RGB3334101-
CMYK0.670.6600.60
HSL239.12º50.75%26.27%-
HSV(B)239.12º67.33%39.61%-
XYZ3.552.4112.59-
YUV41.34161.67122.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.64%
GREEN value IS 34 (13.67% from 255) = 20.24%
BLUE value IS 101 (39.84% from 255) = 60.12%
R=19.64%
G=20.24%
B=60.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33341010.670.6600.60239.1250.7526.27
Hex212265434203Cef331a
Octal41421451031020743576332
Binary10000110001011001011000011100001001111001110111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212265; }

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

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

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

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

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

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

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

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