#231D82

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

Shades of Midnight Blue #231D82

Tints of Midnight Blue #231D82

Color information

#231D82 (or 0x231D82) is unknown color: approx Midnight Blue. HEX triplet: 23, 1D and 82. RGB value is (35,29,130). Sum of RGB (Red+Green+Blue) = 35+29+130=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 130 (51.17% from 255 or 67.01% from 194); Max value from RGB is 130 - color contains mainly: blue. Hex color #231D82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231D82 is #DCE27D. Grayscale: #292929. Windows color (decimal): -14475902 or 8527139. OLE color: 8527139.

HSL color Cylindrical-coordinate representation of color #231D82: hue angle of 243.56º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #231D82 is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3529130-
CMYK0.730.7800.49
HSL243.56º63.52%31.18%-
HSV(B)243.56º77.69%50.98%-
XYZ5.162.8521.4-
YUV42.31177.49122.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.04%
GREEN value IS 29 (11.72% from 255) = 14.95%
BLUE value IS 130 (51.17% from 255) = 67.01%
R=18.04%
G=14.95%
B=67.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal35291300.730.7800.49243.5663.5231.18
Hex231D82494E031f4401f
Octal433520211111606136410037
Binary100011111011000001010010011001110011000111110100100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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