#12294D

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

Shades of Midnight #12294D

Tints of Midnight #12294D

Color information

#12294D (or 0x12294D) is unknown color: approx Midnight. HEX triplet: 12, 29 and 4D. RGB value is (18,41,77). Sum of RGB (Red+Green+Blue) = 18+41+77=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 77 (30.47% from 255 or 56.62% from 136); Max value from RGB is 77 - color contains mainly: blue. Hex color #12294D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12294D is #EDD6B2. Grayscale: #262626. Windows color (decimal): -15586995 or 5056786. OLE color: 5056786.

HSL color Cylindrical-coordinate representation of color #12294D: hue angle of 216.61º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12294D is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB184177-
CMYK0.770.4700.70
HSL216.61º62.11%18.63%-
HSV(B)216.61º76.62%30.2%-
XYZ2.382.257.33-
YUV38.23149.88113.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.24%
GREEN value IS 41 (16.41% from 255) = 30.15%
BLUE value IS 77 (30.47% from 255) = 56.62%
R=13.24%
G=30.15%
B=56.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1841770.770.4700.70216.6162.1118.63
Hex12294D4D2F046d93e13
Octal22511151155701063317623
Binary1001010100110011011001101101111010001101101100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,41,77); }

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

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

 a { background-color: rgb(18,41,77); }

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

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

 span { border-color: rgb(18,41,77); }

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