#231A79

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

Shades of Midnight Blue #231A79

Tints of Midnight Blue #231A79

Color information

#231A79 (or 0x231A79) is unknown color: approx Midnight Blue. HEX triplet: 23, 1A and 79. RGB value is (35,26,121). Sum of RGB (Red+Green+Blue) = 35+26+121=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 121 (47.66% from 255 or 66.48% from 182); Max value from RGB is 121 - color contains mainly: blue. Hex color #231A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A79 is #DCE586. Grayscale: #272727. Windows color (decimal): -14476679 or 7936547. OLE color: 7936547.

HSL color Cylindrical-coordinate representation of color #231A79: hue angle of 245.68º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #231A79 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3526121-
CMYK0.710.7900.53
HSL245.68º64.63%28.82%-
HSV(B)245.68º78.51%47.45%-
XYZ4.512.4818.33-
YUV39.52173.98124.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.23%
GREEN value IS 26 (10.55% from 255) = 14.29%
BLUE value IS 121 (47.66% from 255) = 66.48%
R=19.23%
G=14.29%
B=66.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35261210.710.7900.53245.6864.6328.82
Hex231A79474F035f6411d
Octal433217110711706536610135
Binary10001111010111100110001111001111011010111110110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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