#231D7F

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

Shades of Midnight Blue #231D7F

Tints of Midnight Blue #231D7F

Color information

#231D7F (or 0x231D7F) is unknown color: approx Midnight Blue. HEX triplet: 23, 1D and 7F. RGB value is (35,29,127). Sum of RGB (Red+Green+Blue) = 35+29+127=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #231D7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231D7F is #DCE280. Grayscale: #292929. Windows color (decimal): -14475905 or 8330531. OLE color: 8330531.

HSL color Cylindrical-coordinate representation of color #231D7F: hue angle of 243.67º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #231D7F is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3529127-
CMYK0.720.7700.50
HSL243.67º62.82%30.59%-
HSV(B)243.67º77.17%49.8%-
XYZ4.962.7720.35-
YUV41.97175.99123.03-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.32%
GREEN value IS 29 (11.72% from 255) = 15.18%
BLUE value IS 127 (50% from 255) = 66.49%
R=18.32%
G=15.18%
B=66.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal35291270.720.7700.50243.6762.8230.59
Hex231D7F484D032f43f1f
Octal43351771101150623647737
Binary1000111110111111111001000100110101100101111010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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