#12284D

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

Shades of Midnight #12284D

Tints of Midnight #12284D

Color information

#12284D (or 0x12284D) is unknown color: approx Midnight. HEX triplet: 12, 28 and 4D. RGB value is (18,40,77). Sum of RGB (Red+Green+Blue) = 18+40+77=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #12284D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12284D is #EDD7B2. Grayscale: #252525. Windows color (decimal): -15587251 or 5056530. OLE color: 5056530.

HSL color Cylindrical-coordinate representation of color #12284D: hue angle of 217.63º 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 #12284D is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB184077-
CMYK0.770.4800.70
HSL217.63º62.11%18.63%-
HSV(B)217.63º76.62%30.2%-
XYZ2.352.187.32-
YUV37.64150.21113.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.33%
GREEN value IS 40 (16.02% from 255) = 29.63%
BLUE value IS 77 (30.47% from 255) = 57.04%
R=13.33%
G=29.63%
B=57.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1840770.770.4800.70217.6362.1118.63
Hex12284D4D30046da3e13
Octal22501151156001063327623
Binary1001010100010011011001101110000010001101101101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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