#231882

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

Shades of Midnight Blue #231882

Tints of Midnight Blue #231882

Color information

#231882 (or 0x231882) is unknown color: approx Midnight Blue. HEX triplet: 23, 18 and 82. RGB value is (35,24,130). Sum of RGB (Red+Green+Blue) = 35+24+130=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 130 (51.17% from 255 or 68.78% from 189); Max value from RGB is 130 - color contains mainly: blue. Hex color #231882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231882 is #DCE77D. Grayscale: #262626. Windows color (decimal): -14477182 or 8525859. OLE color: 8525859.

HSL color Cylindrical-coordinate representation of color #231882: hue angle of 246.23º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #231882 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3524130-
CMYK0.730.8200.49
HSL246.23º68.83%30.2%-
HSV(B)246.23º81.54%50.98%-
XYZ5.052.6221.36-
YUV39.37179.14124.88-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.52%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 130 (51.17% from 255) = 68.78%
R=18.52%
G=12.70%
B=68.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal35241300.730.8200.49246.2368.8330.2
Hex2318824952031f6451e
Octal433020211112206136610536
Binary100011110001000001010010011010010011000111110110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231882; }

 p { color: rgb(35,24,130); }

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

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

 a { background-color: rgb(35,24,130); }

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

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

 span { border-color: rgb(35,24,130); }

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