#231B70

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

Shades of Midnight Blue #231B70

Tints of Midnight Blue #231B70

Color information

#231B70 (or 0x231B70) is unknown color: approx Midnight Blue. HEX triplet: 23, 1B and 70. RGB value is (35,27,112). Sum of RGB (Red+Green+Blue) = 35+27+112=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #231B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231B70 is #DCE48F. Grayscale: #262626. Windows color (decimal): -14476432 or 7346979. OLE color: 7346979.

HSL color Cylindrical-coordinate representation of color #231B70: hue angle of 245.65º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #231B70 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3527112-
CMYK0.690.7600.56
HSL245.65º61.15%27.25%-
HSV(B)245.65º75.89%43.92%-
XYZ4.012.3115.56-
YUV39.08169.15125.09-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.11%
GREEN value IS 27 (10.94% from 255) = 15.52%
BLUE value IS 112 (44.14% from 255) = 64.37%
R=20.11%
G=15.52%
B=64.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35271120.690.7600.56245.6561.1527.25
Hex231B70454C038f63d1b
Octal43331601051140703667533
Binary1000111101111100001000101100110001110001111011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231B70; }

 p { color: rgb(35,27,112); }

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

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

 a { background-color: rgb(35,27,112); }

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

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

 span { border-color: rgb(35,27,112); }

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