#232085

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

Shades of Midnight Blue #232085

Tints of Midnight Blue #232085

Color information

#232085 (or 0x232085) is unknown color: approx Midnight Blue. HEX triplet: 23, 20 and 85. RGB value is (35,32,133). Sum of RGB (Red+Green+Blue) = 35+32+133=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 133 (52.34% from 255 or 66.5% from 200); Max value from RGB is 133 - color contains mainly: blue. Hex color #232085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232085 is #DCDF7A. Grayscale: #2C2C2C. Windows color (decimal): -14475131 or 8724515. OLE color: 8724515.

HSL color Cylindrical-coordinate representation of color #232085: hue angle of 241.78º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #232085 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3532133-
CMYK0.740.7600.48
HSL241.78º61.21%32.35%-
HSV(B)241.78º75.94%52.16%-
XYZ5.443.0822.5-
YUV44.41177.99121.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.5%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 133 (52.34% from 255) = 66.5%
R=17.5%
G=16%
B=66.5%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35321330.740.7600.48241.7861.2132.35
Hex2320854A4C030f23d20
Octal43402051121140603627540
Binary1000111000001000010110010101001100011000011110010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232085; }

 p { color: rgb(35,32,133); }

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

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

 a { background-color: rgb(35,32,133); }

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

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

 span { border-color: rgb(35,32,133); }

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