#232A85

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

Shades of Midnight Blue #232A85

Tints of Midnight Blue #232A85

Color information

#232A85 (or 0x232A85) is unknown color: approx Midnight Blue. HEX triplet: 23, 2A and 85. RGB value is (35,42,133). Sum of RGB (Red+Green+Blue) = 35+42+133=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #232A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232A85 is #DCD57A. Grayscale: #313131. Windows color (decimal): -14472571 or 8727075. OLE color: 8727075.

HSL color Cylindrical-coordinate representation of color #232A85: hue angle of 235.71º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #232A85 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3542133-
CMYK0.740.6800.48
HSL235.71º58.33%32.94%-
HSV(B)235.71º73.68%52.16%-
XYZ5.753.7122.6-
YUV50.28174.68117.1-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.67%
GREEN value IS 42 (16.80% from 255) = 20%
BLUE value IS 133 (52.34% from 255) = 63.33%
R=16.67%
G=20%
B=63.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35421330.740.6800.48235.7158.3332.94
Hex232A854A44030ec3a21
Octal43522051121040603547241
Binary1000111010101000010110010101000100011000011101100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232A85; }

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

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

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

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

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

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

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

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