#231B6C

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

Shades of Midnight Blue #231B6C

Tints of Midnight Blue #231B6C

Color information

#231B6C (or 0x231B6C) is unknown color: approx Midnight Blue. HEX triplet: 23, 1B and 6C. RGB value is (35,27,108). Sum of RGB (Red+Green+Blue) = 35+27+108=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 108 (42.58% from 255 or 63.53% from 170); Max value from RGB is 108 - color contains mainly: blue. Hex color #231B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231B6C is #DCE493. Grayscale: #262626. Windows color (decimal): -14476436 or 7084835. OLE color: 7084835.

HSL color Cylindrical-coordinate representation of color #231B6C: hue angle of 245.93º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #231B6C is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3527108-
CMYK0.680.7500.58
HSL245.93º60%26.47%-
HSV(B)245.93º75%42.35%-
XYZ3.792.2214.42-
YUV38.63167.15125.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.59%
GREEN value IS 27 (10.94% from 255) = 15.88%
BLUE value IS 108 (42.58% from 255) = 63.53%
R=20.59%
G=15.88%
B=63.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35271080.680.7500.58245.936026.47
Hex231B6C444B03Af63c1a
Octal43331541041130723667432
Binary1000111101111011001000100100101101110101111011011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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