#231A6E

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

Shades of Midnight Blue #231A6E

Tints of Midnight Blue #231A6E

Color information

#231A6E (or 0x231A6E) is unknown color: approx Midnight Blue. HEX triplet: 23, 1A and 6E. RGB value is (35,26,110). Sum of RGB (Red+Green+Blue) = 35+26+110=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 110 (43.36% from 255 or 64.33% from 171); Max value from RGB is 110 - color contains mainly: blue. Hex color #231A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A6E is #DCE591. Grayscale: #252525. Windows color (decimal): -14476690 or 7215651. OLE color: 7215651.

HSL color Cylindrical-coordinate representation of color #231A6E: hue angle of 246.43º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #231A6E is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3526110-
CMYK0.680.7600.57
HSL246.43º61.76%26.67%-
HSV(B)246.43º76.36%43.14%-
XYZ3.882.2214.98-
YUV38.27168.48125.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.47%
GREEN value IS 26 (10.55% from 255) = 15.20%
BLUE value IS 110 (43.36% from 255) = 64.33%
R=20.47%
G=15.20%
B=64.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal35261100.680.7600.57246.4361.7626.67
Hex231A6E444C039f63e1b
Octal43321561041140713667633
Binary1000111101011011101000100100110001110011111011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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