#231475

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

Shades of Midnight Blue #231475

Tints of Midnight Blue #231475

Color information

#231475 (or 0x231475) is unknown color: approx Midnight Blue. HEX triplet: 23, 14 and 75. RGB value is (35,20,117). Sum of RGB (Red+Green+Blue) = 35+20+117=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 117 (46.09% from 255 or 68.02% from 172); Max value from RGB is 117 - color contains mainly: blue. Hex color #231475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231475 is #DCEB8A. Grayscale: #232323. Windows color (decimal): -14478219 or 7672867. OLE color: 7672867.

HSL color Cylindrical-coordinate representation of color #231475: hue angle of 249.28º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #231475 is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3520117-
CMYK0.700.8300.54
HSL249.28º70.8%26.86%-
HSV(B)249.28º82.91%45.88%-
XYZ4.152.1417.02-
YUV35.54173.97127.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.35%
GREEN value IS 20 (8.20% from 255) = 11.63%
BLUE value IS 117 (46.09% from 255) = 68.02%
R=20.35%
G=11.63%
B=68.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35201170.700.8300.54249.2870.826.86
Hex2314754653036f9471b
Octal432416510612306637110733
Binary10001110100111010110001101010011011011011111001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231475; }

 p { color: rgb(35,20,117); }

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

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

 a { background-color: rgb(35,20,117); }

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

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

 span { border-color: rgb(35,20,117); }

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