#231C66

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

Shades of Midnight Blue #231C66

Tints of Midnight Blue #231C66

Color information

#231C66 (or 0x231C66) is unknown color: approx Midnight Blue. HEX triplet: 23, 1C and 66. RGB value is (35,28,102). Sum of RGB (Red+Green+Blue) = 35+28+102=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 102 (40.23% from 255 or 61.82% from 165); Max value from RGB is 102 - color contains mainly: blue. Hex color #231C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231C66 is #DCE399. Grayscale: #262626. Windows color (decimal): -14476186 or 6691875. OLE color: 6691875.

HSL color Cylindrical-coordinate representation of color #231C66: hue angle of 245.68º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #231C66 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3528102-
CMYK0.660.7300.6
HSL245.68º56.92%25.49%-
HSV(B)245.68º72.55%40%-
XYZ3.512.1512.8-
YUV38.53163.82125.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.21%
GREEN value IS 28 (11.33% from 255) = 16.97%
BLUE value IS 102 (40.23% from 255) = 61.82%
R=21.21%
G=16.97%
B=61.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal35281020.660.7300.6245.6856.9225.49
Hex231C66424903Cf63919
Octal43341461021110743667131
Binary1000111110011001101000010100100101111001111011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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