#231D7C

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

Shades of Midnight Blue #231D7C

Tints of Midnight Blue #231D7C

Color information

#231D7C (or 0x231D7C) is unknown color: approx Midnight Blue. HEX triplet: 23, 1D and 7C. RGB value is (35,29,124). Sum of RGB (Red+Green+Blue) = 35+29+124=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 124 (48.83% from 255 or 65.96% from 188); Max value from RGB is 124 - color contains mainly: blue. Hex color #231D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231D7C is #DCE283. Grayscale: #292929. Windows color (decimal): -14475908 or 8133923. OLE color: 8133923.

HSL color Cylindrical-coordinate representation of color #231D7C: hue angle of 243.79º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #231D7C is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3529124-
CMYK0.720.7700.51
HSL243.79º62.09%30%-
HSV(B)243.79º76.61%48.63%-
XYZ4.772.6919.34-
YUV41.62174.49123.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.62%
GREEN value IS 29 (11.72% from 255) = 15.43%
BLUE value IS 124 (48.83% from 255) = 65.96%
R=18.62%
G=15.43%
B=65.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35291240.720.7700.51243.7962.0930
Hex231D7C484D033f43e1e
Octal43351741101150633647636
Binary1000111110111111001001000100110101100111111010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231D7C; }

 p { color: rgb(35,29,124); }

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

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

 a { background-color: rgb(35,29,124); }

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

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

 span { border-color: rgb(35,29,124); }

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