#231A7F

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

Shades of Midnight Blue #231A7F

Tints of Midnight Blue #231A7F

Color information

#231A7F (or 0x231A7F) is unknown color: approx Midnight Blue. HEX triplet: 23, 1A and 7F. RGB value is (35,26,127). Sum of RGB (Red+Green+Blue) = 35+26+127=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 127 (50% from 255 or 67.55% from 188); Max value from RGB is 127 - color contains mainly: blue. Hex color #231A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A7F is #DCE580. Grayscale: #272727. Windows color (decimal): -14476673 or 8329763. OLE color: 8329763.

HSL color Cylindrical-coordinate representation of color #231A7F: hue angle of 245.35º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #231A7F is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3526127-
CMYK0.720.8000.50
HSL245.35º66.01%30%-
HSV(B)245.35º79.53%49.8%-
XYZ4.892.6320.33-
YUV40.2176.98124.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.62%
GREEN value IS 26 (10.55% from 255) = 13.83%
BLUE value IS 127 (50% from 255) = 67.55%
R=18.62%
G=13.83%
B=67.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal35261270.720.8000.50245.3566.0130
Hex231A7F4850032f5421e
Octal433217711012006236510236
Binary10001111010111111110010001010000011001011110101100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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