#231c74

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

Shades of Midnight Blue #231C74

Tints of Midnight Blue #231C74

Color information

#231C74 (or 0x231C74) is unknown color: approx Midnight Blue. HEX triplet: 23, 1C and 74. RGB value is (35,28,116). Sum of RGB (Red+Green+Blue) = 35+28+116=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 116 (45.70% from 255 or 64.80% from 179); Max value from RGB is 116 - color contains mainly: blue. Hex color #231C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231C74 is #DCE38B. Grayscale: #272727. Windows color (decimal): -14476172 or 7609379. OLE color: 7609379.

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

Color convert

RGB3528116-
CMYK0.700.7600.55
HSL244.77º61.11%28.24%-
HSV(B)244.77º75.86%45.49%-
XYZ4.262.4516.77-
YUV40.12170.82124.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.55%
GREEN value IS 28 (11.33% from 255) = 15.64%
BLUE value IS 116 (45.70% from 255) = 64.80%
R=19.55%
G=15.64%
B=64.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35281160.700.7600.55244.7761.1128.24
Hex231C74464C037f53d1c
Octal43341641061140673657534
Binary1000111110011101001000110100110001101111111010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231c74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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