#231B68

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

Shades of Midnight Blue #231B68

Tints of Midnight Blue #231B68

Color information

#231B68 (or 0x231B68) is unknown color: approx Midnight Blue. HEX triplet: 23, 1B and 68. RGB value is (35,27,104). Sum of RGB (Red+Green+Blue) = 35+27+104=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 104 (41.02% from 255 or 62.65% from 166); Max value from RGB is 104 - color contains mainly: blue. Hex color #231B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231B68 is #DCE497. Grayscale: #252525. Windows color (decimal): -14476440 or 6822691. OLE color: 6822691.

HSL color Cylindrical-coordinate representation of color #231B68: hue angle of 246.23º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #231B68 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3527104-
CMYK0.660.7400.59
HSL246.23º58.78%25.69%-
HSV(B)246.23º74.04%40.78%-
XYZ3.582.1413.32-
YUV38.17165.15125.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.08%
GREEN value IS 27 (10.94% from 255) = 16.27%
BLUE value IS 104 (41.02% from 255) = 62.65%
R=21.08%
G=16.27%
B=62.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35271040.660.7400.59246.2358.7825.69
Hex231B68424A03Bf63b1a
Octal43331501021120733667332
Binary1000111101111010001000010100101001110111111011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,27,104); }

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

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

 a { background-color: rgb(35,27,104); }

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

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

 span { border-color: rgb(35,27,104); }

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