#231F6B

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

Shades of Midnight Blue #231F6B

Tints of Midnight Blue #231F6B

Color information

#231F6B (or 0x231F6B) is unknown color: approx Midnight Blue. HEX triplet: 23, 1F and 6B. RGB value is (35,31,107). Sum of RGB (Red+Green+Blue) = 35+31+107=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 107 (42.19% from 255 or 61.85% from 173); Max value from RGB is 107 - color contains mainly: blue. Hex color #231F6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231F6B is #DCE094. Grayscale: #282828. Windows color (decimal): -14475413 or 7020323. OLE color: 7020323.

HSL color Cylindrical-coordinate representation of color #231F6B: hue angle of 243.16º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #231F6B is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3531107-
CMYK0.670.7100.58
HSL243.16º55.07%27.06%-
HSV(B)243.16º71.03%41.96%-
XYZ3.842.414.17-
YUV40.86165.33123.82-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.23%
GREEN value IS 31 (12.5% from 255) = 17.92%
BLUE value IS 107 (42.19% from 255) = 61.85%
R=20.23%
G=17.92%
B=61.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35311070.670.7100.58243.1655.0727.06
Hex231F6B434703Af3371b
Octal43371531031070723636733
Binary1000111111111010111000011100011101110101111001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,31,107); }

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

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

 a { background-color: rgb(35,31,107); }

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

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

 span { border-color: rgb(35,31,107); }

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