#231968

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

Shades of Midnight Blue #231968

Tints of Midnight Blue #231968

Color information

#231968 (or 0x231968) is unknown color: approx Midnight Blue. HEX triplet: 23, 19 and 68. RGB value is (35,25,104). Sum of RGB (Red+Green+Blue) = 35+25+104=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 104 (41.02% from 255 or 63.41% from 164); Max value from RGB is 104 - color contains mainly: blue. Hex color #231968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231968 is #DCE697. Grayscale: #242424. Windows color (decimal): -14476952 or 6822179. OLE color: 6822179.

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

Color convert

RGB3525104-
CMYK0.660.7600.59
HSL247.59º61.24%25.29%-
HSV(B)247.59º75.96%40.78%-
XYZ3.542.0513.31-
YUV37165.81126.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.34%
GREEN value IS 25 (10.16% from 255) = 15.24%
BLUE value IS 104 (41.02% from 255) = 63.41%
R=21.34%
G=15.24%
B=63.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35251040.660.7600.59247.5961.2425.29
Hex231968424C03Bf83d19
Octal43311501021140733707531
Binary1000111100111010001000010100110001110111111100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231968; }

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

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

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

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

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

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

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

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