#23146B

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

Shades of Midnight Blue #23146B

Tints of Midnight Blue #23146B

Color information

#23146B (or 0x23146B) is unknown color: approx Midnight Blue. HEX triplet: 23, 14 and 6B. RGB value is (35,20,107). Sum of RGB (Red+Green+Blue) = 35+20+107=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 107 (42.19% from 255 or 66.05% from 162); Max value from RGB is 107 - color contains mainly: blue. Hex color #23146B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23146B is #DCEB94. Grayscale: #222222. Windows color (decimal): -14478229 or 7017507. OLE color: 7017507.

HSL color Cylindrical-coordinate representation of color #23146B: hue angle of 250.34º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23146B is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3520107-
CMYK0.670.8100.58
HSL250.34º68.5%24.9%-
HSV(B)250.34º81.31%41.96%-
XYZ3.61.9214.09-
YUV34.4168.97128.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.60%
GREEN value IS 20 (8.20% from 255) = 12.35%
BLUE value IS 107 (42.19% from 255) = 66.05%
R=21.60%
G=12.35%
B=66.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35201070.670.8100.58250.3468.524.9
Hex23146B435103Afa4519
Octal432415310312107237210531
Binary10001110100110101110000111010001011101011111010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23146B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23146B; }

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

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

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

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

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

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

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

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