#231C7C

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

Shades of Midnight Blue #231C7C

Tints of Midnight Blue #231C7C

Color information

#231C7C (or 0x231C7C) is unknown color: approx Midnight Blue. HEX triplet: 23, 1C and 7C. RGB value is (35,28,124). Sum of RGB (Red+Green+Blue) = 35+28+124=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #231C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231C7C is #DCE383. Grayscale: #282828. Windows color (decimal): -14476164 or 8133667. OLE color: 8133667.

HSL color Cylindrical-coordinate representation of color #231C7C: hue angle of 244.38º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #231C7C is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3528124-
CMYK0.720.7700.51
HSL244.38º63.16%29.8%-
HSV(B)244.38º77.42%48.63%-
XYZ4.752.6419.33-
YUV41.04174.82123.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.72%
GREEN value IS 28 (11.33% from 255) = 14.97%
BLUE value IS 124 (48.83% from 255) = 66.31%
R=18.72%
G=14.97%
B=66.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35281240.720.7700.51244.3863.1629.8
Hex231C7C484D033f43f1e
Octal43341741101150633647736
Binary1000111110011111001001000100110101100111111010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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