#231665

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

Shades of Midnight Blue #231665

Tints of Midnight Blue #231665

Color information

#231665 (or 0x231665) is unknown color: approx Midnight Blue. HEX triplet: 23, 16 and 65. RGB value is (35,22,101). Sum of RGB (Red+Green+Blue) = 35+22+101=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #231665 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231665 is #DCE99A. Grayscale: #222222. Windows color (decimal): -14477723 or 6624803. OLE color: 6624803.

HSL color Cylindrical-coordinate representation of color #231665: hue angle of 249.87º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #231665 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3522101-
CMYK0.650.7800.60
HSL249.87º64.23%24.12%-
HSV(B)249.87º78.22%39.61%-
XYZ3.331.8712.5-
YUV34.89165.31128.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.15%
GREEN value IS 22 (8.98% from 255) = 13.92%
BLUE value IS 101 (39.84% from 255) = 63.92%
R=22.15%
G=13.92%
B=63.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal35221010.650.7800.60249.8764.2324.12
Hex231665414E03Cfa4018
Octal432614510111607437210030
Binary10001110110110010110000011001110011110011111010100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231665; }

 p { color: rgb(35,22,101); }

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

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

 a { background-color: rgb(35,22,101); }

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

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

 span { border-color: rgb(35,22,101); }

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