#232A7E

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

Shades of Midnight Blue #232A7E

Tints of Midnight Blue #232A7E

Color information

#232A7E (or 0x232A7E) is unknown color: approx Midnight Blue. HEX triplet: 23, 2A and 7E. RGB value is (35,42,126). Sum of RGB (Red+Green+Blue) = 35+42+126=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 126 (49.61% from 255 or 62.07% from 203); Max value from RGB is 126 - color contains mainly: blue. Hex color #232A7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232A7E is #DCD581. Grayscale: #313131. Windows color (decimal): -14472578 or 8268323. OLE color: 8268323.

HSL color Cylindrical-coordinate representation of color #232A7E: hue angle of 235.38º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #232A7E is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3542126-
CMYK0.720.6700.51
HSL235.38º56.52%31.57%-
HSV(B)235.38º72.22%49.41%-
XYZ5.293.5220.14-
YUV49.48171.18117.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.24%
GREEN value IS 42 (16.80% from 255) = 20.69%
BLUE value IS 126 (49.61% from 255) = 62.07%
R=17.24%
G=20.69%
B=62.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35421260.720.6700.51235.3856.5231.57
Hex232A7E4843033eb3920
Octal43521761101030633537140
Binary100011101010111111010010001000011011001111101011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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