#232063

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

Shades of Midnight Blue #232063

Tints of Midnight Blue #232063

Color information

#232063 (or 0x232063) is unknown color: approx Midnight Blue. HEX triplet: 23, 20 and 63. RGB value is (35,32,99). Sum of RGB (Red+Green+Blue) = 35+32+99=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 99 (39.06% from 255 or 59.64% from 166); Max value from RGB is 99 - color contains mainly: blue. Hex color #232063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232063 is #DCDF9C. Grayscale: #282828. Windows color (decimal): -14475165 or 6496291. OLE color: 6496291.

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

Color convert

RGB353299-
CMYK0.650.6800.61
HSL242.69º51.15%25.69%-
HSV(B)242.69º67.68%38.82%-
XYZ3.462.2912.06-
YUV40.53160.99124.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.08%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 99 (39.06% from 255) = 59.64%
R=21.08%
G=19.28%
B=59.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3532990.650.6800.61242.6951.1525.69
Hex232063414403Df3331a
Octal43401431011040753636332
Binary10001110000011000111000001100010001111011111001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232063; }

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

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

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

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

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

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

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

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