#23146D

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

Shades of Midnight Blue #23146D

Tints of Midnight Blue #23146D

Color information

#23146D (or 0x23146D) is unknown color: approx Midnight Blue. HEX triplet: 23, 14 and 6D. RGB value is (35,20,109). Sum of RGB (Red+Green+Blue) = 35+20+109=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 109 (42.97% from 255 or 66.46% from 164); Max value from RGB is 109 - color contains mainly: blue. Hex color #23146D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23146D is #DCEB92. Grayscale: #222222. Windows color (decimal): -14478227 or 7148579. OLE color: 7148579.

HSL color Cylindrical-coordinate representation of color #23146D: hue angle of 250.11º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23146D is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3520109-
CMYK0.680.8200.57
HSL250.11º68.99%25.29%-
HSV(B)250.11º81.65%42.75%-
XYZ3.71.9614.65-
YUV34.63169.97128.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.34%
GREEN value IS 20 (8.20% from 255) = 12.20%
BLUE value IS 109 (42.97% from 255) = 66.46%
R=21.34%
G=12.20%
B=66.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal35201090.680.8200.57250.1168.9925.29
Hex23146D4452039fa4519
Octal432415510412207137210531
Binary10001110100110110110001001010010011100111111010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23146D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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