#231E7D

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

Shades of Midnight Blue #231E7D

Tints of Midnight Blue #231E7D

Color information

#231E7D (or 0x231E7D) is unknown color: approx Midnight Blue. HEX triplet: 23, 1E and 7D. RGB value is (35,30,125). Sum of RGB (Red+Green+Blue) = 35+30+125=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #231E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231E7D is #DCE182. Grayscale: #292929. Windows color (decimal): -14475651 or 8199715. OLE color: 8199715.

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

Color convert

RGB3530125-
CMYK0.720.7600.51
HSL243.16º61.29%30.39%-
HSV(B)243.16º76%49.02%-
XYZ4.862.7719.68-
YUV42.32174.66122.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.42%
GREEN value IS 30 (12.11% from 255) = 15.79%
BLUE value IS 125 (49.22% from 255) = 65.79%
R=18.42%
G=15.79%
B=65.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35301250.720.7600.51243.1661.2930.39
Hex231E7D484C033f33d1e
Octal43361751101140633637536
Binary1000111111011111011001000100110001100111111001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,30,125); }

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

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

 a { background-color: rgb(35,30,125); }

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

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

 span { border-color: rgb(35,30,125); }

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