#231963

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

Shades of Midnight Blue #231963

Tints of Midnight Blue #231963

Color information

#231963 (or 0x231963) is unknown color: approx Midnight Blue. HEX triplet: 23, 19 and 63. RGB value is (35,25,99). Sum of RGB (Red+Green+Blue) = 35+25+99=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #231963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231963 is #DCE69C. Grayscale: #242424. Windows color (decimal): -14476957 or 6494499. OLE color: 6494499.

HSL color Cylindrical-coordinate representation of color #231963: hue angle of 248.11º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #231963 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB352599-
CMYK0.650.7500.61
HSL248.11º59.68%24.31%-
HSV(B)248.11º74.75%38.82%-
XYZ3.291.9512.01-
YUV36.43163.31126.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.01%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 99 (39.06% from 255) = 62.26%
R=22.01%
G=15.72%
B=62.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3525990.650.7500.61248.1159.6824.31
Hex231963414B03Df83c18
Octal43311431011130753707430
Binary1000111100111000111000001100101101111011111100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231963; }

 p { color: rgb(35,25,99); }

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

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

 a { background-color: rgb(35,25,99); }

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

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

 span { border-color: rgb(35,25,99); }

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