#231A74

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

Shades of Midnight Blue #231A74

Tints of Midnight Blue #231A74

Color information

#231A74 (or 0x231A74) is unknown color: approx Midnight Blue. HEX triplet: 23, 1A and 74. RGB value is (35,26,116). Sum of RGB (Red+Green+Blue) = 35+26+116=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 116 (45.70% from 255 or 65.54% from 177); Max value from RGB is 116 - color contains mainly: blue. Hex color #231A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A74 is #DCE58B. Grayscale: #262626. Windows color (decimal): -14476684 or 7608867. OLE color: 7608867.

HSL color Cylindrical-coordinate representation of color #231A74: hue angle of 246º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #231A74 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3526116-
CMYK0.700.7800.55
HSL246º63.38%27.84%-
HSV(B)246º77.59%45.49%-
XYZ4.212.3616.76-
YUV38.95171.48125.18-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.77%
GREEN value IS 26 (10.55% from 255) = 14.69%
BLUE value IS 116 (45.70% from 255) = 65.54%
R=19.77%
G=14.69%
B=65.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35261160.700.7800.5524663.3827.84
Hex231A74464E037f63f1c
Octal43321641061160673667734
Binary1000111101011101001000110100111001101111111011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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