#231A77

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

Shades of Midnight Blue #231A77

Tints of Midnight Blue #231A77

Color information

#231A77 (or 0x231A77) is unknown color: approx Midnight Blue. HEX triplet: 23, 1A and 77. RGB value is (35,26,119). Sum of RGB (Red+Green+Blue) = 35+26+119=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 119 (46.88% from 255 or 66.11% from 180); Max value from RGB is 119 - color contains mainly: blue. Hex color #231A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A77 is #DCE588. Grayscale: #262626. Windows color (decimal): -14476681 or 7805475. OLE color: 7805475.

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

Color convert

RGB3526119-
CMYK0.710.7800.53
HSL245.81º64.14%28.43%-
HSV(B)245.81º78.15%46.67%-
XYZ4.392.4317.69-
YUV39.29172.98124.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.44%
GREEN value IS 26 (10.55% from 255) = 14.44%
BLUE value IS 119 (46.88% from 255) = 66.11%
R=19.44%
G=14.44%
B=66.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35261190.710.7800.53245.8164.1428.43
Hex231A77474E035f6401c
Octal433216710711606536610034
Binary10001111010111011110001111001110011010111110110100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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