#231168

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

Shades of Midnight Blue #231168

Tints of Midnight Blue #231168

Color information

#231168 (or 0x231168) is unknown color: approx Midnight Blue. HEX triplet: 23, 11 and 68. RGB value is (35,17,104). Sum of RGB (Red+Green+Blue) = 35+17+104=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #231168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231168 is #DCEE97. Grayscale: #1F1F1F. Windows color (decimal): -14479000 or 6820131. OLE color: 6820131.

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

Color convert

RGB3517104-
CMYK0.660.8400.59
HSL252.41º71.9%23.73%-
HSV(B)252.41º83.65%40.78%-
XYZ3.391.7613.26-
YUV32.3168.46129.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.44%
GREEN value IS 17 (7.03% from 255) = 10.90%
BLUE value IS 104 (41.02% from 255) = 66.67%
R=22.44%
G=10.90%
B=66.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35171040.660.8400.59252.4171.923.73
Hex231168425403Bfc4818
Octal432115010212407337411030
Binary10001110001110100010000101010100011101111111100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231168; }

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

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

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

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

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

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

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

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