#231B7F

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

Shades of Midnight Blue #231B7F

Tints of Midnight Blue #231B7F

Color information

#231B7F (or 0x231B7F) is unknown color: approx Midnight Blue. HEX triplet: 23, 1B and 7F. RGB value is (35,27,127). Sum of RGB (Red+Green+Blue) = 35+27+127=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 127 (50% from 255 or 67.20% from 189); Max value from RGB is 127 - color contains mainly: blue. Hex color #231B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231B7F is #DCE480. Grayscale: #282828. Windows color (decimal): -14476417 or 8330019. OLE color: 8330019.

HSL color Cylindrical-coordinate representation of color #231B7F: hue angle of 244.8º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #231B7F is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3527127-
CMYK0.720.7900.50
HSL244.8º64.94%30.2%-
HSV(B)244.8º78.74%49.8%-
XYZ4.922.6720.34-
YUV40.79176.65123.87-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.52%
GREEN value IS 27 (10.94% from 255) = 14.29%
BLUE value IS 127 (50% from 255) = 67.20%
R=18.52%
G=14.29%
B=67.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal35271270.720.7900.50244.864.9430.2
Hex231B7F484F032f5411e
Octal433317711011706236510136
Binary10001111011111111110010001001111011001011110101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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